diff --git a/media/css/seahub.css b/media/css/seahub.css index 68fd77182b..80de80679c 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -374,7 +374,8 @@ textarea:-moz-placeholder {/* for FF */ margin-bottom:0.5em; } .side-tabnav h3.hd, -.side-tabnav .hd h3 { +.side-tabnav .hd h3, +.wiki-index h3 { color:#f7941d; } .side-tabnav .hd h3 { @@ -2720,13 +2721,6 @@ textarea:-moz-placeholder {/* for FF */ .wiki-index { margin-top:25px; } -.wiki-index .hd { - border-bottom:1px solid #ddd; - margin-bottom:0.4em; -} -.wiki-index .hd h3 { - margin-bottom:0; -} .wiki-index ul { list-style-type: square; padding-left: 1.5em;