1
0
Fork 0

Slight top border to menu

Reduce awkwardness primarily on index page
website
Mike Gerwitz 2014-03-15 01:07:09 -04:00
parent 8809308eff
commit 0d5170aac1
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,10 @@ a:hover {
#menu {
background-color: #3465a4;
border-bottom: 4px solid #204a87;
border-width: 2px 0px 4px 0px;
border-color: #204a87;
border-style: solid;
}
#menu ul {