ソースを参照

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;