瀏覽代碼

Horizontal menu made pretty

Muhammad Talha Mansoor 13 年之前
父節點
當前提交
19d4db8909
共有 1 個文件被更改,包括 5 次插入3 次删除
  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 {