index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-12-10 16:45:16 -0500
committer
Unknwon <u@gogs.io>
2015-12-10 16:45:16 -0500
commit
ddcc8d998c93d6e252319a82b116dbe553a919ad
(
patch
)
tree
d15ae6bd62056fdc6b23b8dbd47892b55ae67115
/
public/css
parent
99e9bbef6c291e983ec919406ed50a91b929c34c
(
diff
)
fix markdown table header CSS
Diffstat
(limited to 'public/css')
-rwxr-xr-x
public/css/gogs.css
2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 56a64cfd..96ee8120 100755
--- a/
public/css/gogs.css
+++ b/
public/css/gogs.css
@@ -1303,7 +1303,7 @@ footer .container .links > *:first-child {
.markdown table th,
.markdown table td {
padding: 6px 13px !important;
- border: 1px solid #ddd;
+ border: 1px solid #ddd !important;
}
.markdown table tr {
background-color: #fff;