소스 검색

Reduces font size in the horizontal menu to make it look less intrusive

Muhammad Talha Mansoor 12 년 전
부모
커밋
a08fdcada8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/custom.css

+ 1 - 1
css/custom.css

@@ -51,7 +51,7 @@ a.siteBanner:hover{
 .hmenu {
    text-align: left;
    font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
-   font-size: 1.1em;
+   font-size: 0.9em;
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
    text-shadow: #EBEBEB 0 1px;