diff options
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) | |
download | gitea-ddcc8d998c93d6e252319a82b116dbe553a919ad.tar.gz gitea-ddcc8d998c93d6e252319a82b116dbe553a919ad.zip |
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 56a64cfd8e..96ee81209d 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; |