Browse Source

Horizontal menu made pretty

Muhammad Talha Mansoor 12 years ago
parent
commit
19d4db8909
1 changed files with 5 additions and 3 deletions
  1. 5 3
      css/custom.css

+ 5 - 3
css/custom.css

@@ -28,10 +28,12 @@ background-size:cover;
 
 .hmenu {
 background-color: #141414;
-background-image:url(images/background_texture_wood.png);
-background-repeat:repeat;
 text-align: center;
-color: white;
+color: #999;
+padding-top: 0.5em;
+padding-bottom: 0.5em;
+font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
+font-size: 1.1em;
 }
 
 .post {