From fa0a389dc47c3e2b6203157f5c377a6478da25ec Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 5 Aug 2014 19:40:01 -0400 Subject: Fix bare repo bug --- public/ng/css/gogs.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'public/ng/css/gogs.css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 938610af..34b9b471 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -190,7 +190,7 @@ img.avatar-30 { } .markdown { background-color: white; - font-size: 14px; + font-size: 16px; line-height: 24px; } .markdown .markdown-body { @@ -234,10 +234,10 @@ img.avatar-30 { font-size: 18px; } .markdown h5 { - font-size: 14px; + font-size: 1em; } .markdown h6 { - font-size: 14px; + font-size: 1em; } .markdown table { border-collapse: collapse; @@ -262,6 +262,9 @@ img.avatar-30 { .markdown table tr:nth-child(2n) { background-color: #f8f8f8; } +.markdown ul { + padding: 10px 0 0 15px; +} .markdown ul li { list-style: inside; } @@ -289,6 +292,7 @@ img.avatar-30 { background-color: #f5f5f5; } .markdown > pre { + font-size: 14px; line-height: 1.6; overflow: auto; border: 1px solid #ddd; @@ -346,6 +350,7 @@ img.avatar-30 { margin-bottom: 0; } .markdown img { + padding: 10px 0; max-width: 100%; } .markdown .btn { -- cgit v1.2.3