소스 검색

css fixes

john melesky 8 년 전
부모
커밋
24a6b282e0
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      css/default.css

+ 5 - 4
css/default.css

@@ -42,14 +42,15 @@ div#logo a {
     text-decoration: none;
 }
 
-div#header #navigation {
+
+div#navigation {
+    float: right;
+    background-color: #ddeeff;
     text-align: right;
 }
 
-div#header #navigation a {
+div#navigation a {
     color: #222211;
-    background-color: #ddeeff;
-    float: right;
     font-size: 14px;
     font-weight: bold;
     margin-left: 12px;