summaryrefslogtreecommitdiffstats
path: root/public/ng/css/gogs.css
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-05 19:40:01 -0400
committerUnknwon <joe2010xtmf@163.com>2014-08-05 19:40:01 -0400
commitfa0a389dc47c3e2b6203157f5c377a6478da25ec (patch)
treeddc4bc59b5e042bf287719031fdbaddf6c8854ff /public/ng/css/gogs.css
parent6f6fda1481fc299bbdf3c1106ee6474f8b614fa2 (diff)
downloadgitea-fa0a389dc47c3e2b6203157f5c377a6478da25ec.tar.gz
gitea-fa0a389dc47c3e2b6203157f5c377a6478da25ec.zip
Fix bare repo bug
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r--public/ng/css/gogs.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 938610af76..34b9b4717b 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 {