Skip to content
Snippets Groups Projects
Commit e9ef2fbc authored by Brian Moe's avatar Brian Moe
Browse files

took out drop shadows in admin page top nav

parent 48114972
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
/* text-shadow: 2px 2px 2px #555; */
}
#nav li {
......@@ -46,7 +46,7 @@
text-decoration:none;
font:bold 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
/* text-shadow: 2px 2px 2px #555; */
}
#nav a:hover {
/* color:#fff; / * Use if bg is dark */
......@@ -64,7 +64,7 @@
#contact #nav-contact a {
background: #a9b0ba; /* Nav selected color */
/* color:#fff; / * Use if bg is dark */
text-shadow:none;
/* text-shadow:none; */
}
#home #nav-home a:hover,
#create #nav-create a,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment