diff --git a/style.css b/style.css index d2e2b0f..7647ad3 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,8 @@ html, body { ul#navbar { height: 48px; - background: #333; + background: #2c2c2c; + background-image: -webkit-linear-gradient(top, #333333, #222222); list-style-type: none; margin: 0; padding: 0; @@ -28,6 +29,12 @@ ul#navbar li { line-height: 48px; } +ul#navbar li.separator { + background: #f00; + padding-left: 2px; + padding-right: 2px; +} + ul#navbar li.logo { background: url('img/brmlab.png') no-repeat; margin-left: 8px; @@ -45,7 +52,6 @@ ul#navbar li.active a, ul#navbar li a:hover { color: #fff; } - table#table24h { border-collapse: collapse; border: 1px solid #c4c4c4;