]> source.dussan.org Git - gitea.git/commitdiff
fix styles
authorGogs <gogitservice@gmail.com>
Wed, 19 Mar 2014 09:03:38 +0000 (17:03 +0800)
committerGogs <gogitservice@gmail.com>
Wed, 19 Mar 2014 09:03:38 +0000 (17:03 +0800)
public/css/gogs.css
public/css/markdown.css

index 5352f8e3978eb06add229a554daa0ec94065158a..ec1cb591e21d4f985de59279306ef8b4d5477c54 100755 (executable)
@@ -563,6 +563,15 @@ html, body {
     padding: 9px 20px;
 }
 
+.info-box .info-head {
+    font-weight: normal;
+}
+
+.info-box .info-content  a,
+.info-box .info-head a {
+    color: #666;
+}
+
 .file-list {
     background-color: #fafafa;
 }
index e2b15c2f13de1c08a75607ba0156c18f6ff54df3..9283fb847ccc9c37b06a429813162dbdfa20d889 100644 (file)
 .markdown > pre {
   line-height: 1.6;
   overflow: auto;
-  background: #fff;
+  background: #f8f8f8;
   padding: 6px 10px;
   border: 1px solid #ddd;
 }