[dw-nonfree] Tropo css in universal style sheets
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/92cc6ce61e47]
http://bugs.dwscoalition.org/show_bug.cgi?id=537
Move some CSS that is specific to Tropospherical into the right place.
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=537
Move some CSS that is specific to Tropospherical into the right place.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r a7ed720191d8 -r 92cc6ce61e47 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Wed Apr 01 03:59:59 2009 +0000 +++ b/htdocs/stc/tropo/red.css Wed Apr 01 04:58:49 2009 +0000 @@ -681,3 +681,22 @@ table.editfilters td { .appwidget-createaccountprofile .field-name { background-color: #e0e0e0; } + +/* Comments */ +.cmtbar-odd { + border-bottom: 1px solid #c1272c; + border-right: 1px solid #c1272c; + background-color: #c0c0c0; +} + +.cmtbar-even { + border-bottom: 1px solid #f4717a; + border-right: 1px solid #f4717a; + background-color: #e2e2e2; +} + +/* Profile */ +.username { + border-bottom: 1px solid #c7e0f6; + background-color: #ecf6ff; +} \ No newline at end of file --------------------------------------------------------------------------------