please never use // for commenting in css you HAVE to use /* comment */
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Wed, 21 Mar 2007 17:17:57 +0000 (17:17 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Wed, 21 Mar 2007 17:17:57 +0000 (17:17 +0000)
this fixes missing scrollbar in servicelist

webinterface/src/web-data/style.css

index b205b2d..8881c18 100644 (file)
@@ -105,7 +105,7 @@ thead.fixedHeader a:hover {
 html>body tbody.scrollContent {
        display: block;
        height: 422px;
-       // This is realy bad for resolution below 1280x1024
+       /* This is realy bad for resolution below 1280x1024 */
        overflow: auto;
        width: 100%;
 }