[dw-free] Tropo css in universal style sheets
[commit: http://hg.dwscoalition.org/dw-free/rev/59629336ae7a]
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/profile.css
- htdocs/stc/talkpage.css
-------------------------------------------------------------------------------- diff -r b54d4c810683 -r 59629336ae7a htdocs/stc/profile.css --- a/htdocs/stc/profile.css Wed Apr 01 04:51:27 2009 +0000 +++ b/htdocs/stc/profile.css Wed Apr 01 04:58:44 2009 +0000 @@ -24,7 +24,6 @@ /* start top box */ #profile_top { - min-width: 740px; margin: 15px 0 25px 0; } .userpicdiv { @@ -44,8 +43,6 @@ margin: 2px 0 0 0; font-size: 1.1em; padding: 0; - border-bottom: 1px solid #c7e0f6; - background-color: #ecf6ff; padding: 2px; } diff -r b54d4c810683 -r 59629336ae7a htdocs/stc/talkpage.css --- a/htdocs/stc/talkpage.css Wed Apr 01 04:51:27 2009 +0000 +++ b/htdocs/stc/talkpage.css Wed Apr 01 04:58:44 2009 +0000 @@ -53,18 +53,8 @@ padding-right: 10px; } -.cmtbar-odd { - border-bottom: 1px solid #c1272c; - border-right: 1px solid #c1272c; -} - .cmtbar-odd img, .cmtbar-even img { padding-right: 10px; -} - -.cmtbar-even { - border-bottom: 1px solid #f4717a; - border-right: 1px solid #f4717a; } td .commentbody { --------------------------------------------------------------------------------