소스 검색

Horizontal menu made pretty

Muhammad Talha Mansoor 12 년 전
부모
커밋
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 {