Browse Source

Styling of the main menu updated

gh-pages
josdejong 11 years ago
parent
commit
af250beea8
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      css/style.css

+ 7
- 2
css/style.css View File

@ -1,8 +1,11 @@
#menu { #menu {
position: absolute; position: absolute;
left: -160px;
left: -170px;
top: 35px; top: 35px;
background-color: #a7c8f9;
padding: 15px;
border-radius: 3px;
} }
#forkme { #forkme {
@ -13,7 +16,7 @@
} }
div.nav { div.nav {
text-align: right;
text-align: center;
} }
div.nav ul { div.nav ul {
@ -49,6 +52,8 @@ div.nav ul li ul li {
div.nav a { div.nav a {
color: #2B7CE9; color: #2B7CE9;
color: white;
font-weight: bold;
} }
.download td { .download td {

Loading…
Cancel
Save