mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 10:14:20 +02:00
small changes to css
This commit is contained in:
parent
9cd2642d29
commit
3a5f9853d7
1 changed files with 8 additions and 2 deletions
10
style.css
10
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue