[dw-nonfree] extra line in site-schemed entry pages
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/5f38fc99b65d]
http://bugs.dwscoalition.org/show_bug.cgi?id=1203
Change CSS id entry->compose-entry to fix some display issues.
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1203
Change CSS id entry->compose-entry to fix some display issues.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 132179b2a0e8 -r 5f38fc99b65d htdocs/stc/tropo/purple.css --- a/htdocs/stc/tropo/purple.css Sun May 10 06:45:29 2009 +0000 +++ b/htdocs/stc/tropo/purple.css Sat May 16 19:31:54 2009 +0000 @@ -1096,16 +1096,16 @@ span.InboxItem_Read:hover a { #infobox { border-left: 1px solid #000; } -#entry { +#compose-entry { /*background: url("/img/tropo-purple/troppurp-borderpixel.gif") repeat-x 0 bottom;*/ border-bottom: 1px solid #bbb; } -#entry ul li a { +#compose-entry ul li a { background-color: #fff; border: 1px solid #d3afec; border-bottom: none; } -#entry ul li.on a { +#compose-entry ul li.on a { border-bottom: 1px solid #fff; } #draft-container { diff -r 132179b2a0e8 -r 5f38fc99b65d htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Sun May 10 06:45:29 2009 +0000 +++ b/htdocs/stc/tropo/red.css Sat May 16 19:31:54 2009 +0000 @@ -1098,16 +1098,16 @@ span.InboxItem_Read:hover a { #infobox { border-left: 1px solid #000; } -#entry { +#compose-entry { /*background: url("/img/tropo-red/tropred-borderpixel.gif") repeat-x 0 bottom;*/ border-bottom: 1px solid #bbb; } -#entry ul li a { +#compose-entry ul li a { background-color: #fff; border: 1px solid #f4717a; border-bottom: none; } -#entry ul li.on a { +#compose-entry ul li.on a { border-bottom: 1px solid #fff; } #draft-container { --------------------------------------------------------------------------------