diff --git a/www/theme/default/style.css b/www/theme/default/style.css index a4d68ad070..27cbd6763d 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -361,7 +361,6 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table .history, .changes {border:1px solid #ccc; background:#f2f2f2; padding:10px; margin-top:10px; margin-bottom:10px; color:#333; line-height:20px;} .history .changes {border:none; margin:0; padding:0} .content {font-size:14px; padding:10px} -.content p {margin:0px} .roadmap {width:180px; margin:10px auto 10px auto; padding:15px 10px; font-weight:bold} .roadmap a{color:#ccc;} .roadmap p{margin:2px} @@ -372,6 +371,8 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table #bysearchTab a{color:red} #fileform .text-3 {margin-bottom:5px} +.content p, .history p {margin:0} + .tabs a{display:block; width:80%; margin:auto auto 10px auto; padding:5px; border:1px solid blue; text-decoration:none; overflow:hidden; white-space:nowrap; text-align:center} .tabs a.current {background:green; color:white}