diff options
author | Unknwon <u@gogs.io> | 2016-01-25 14:04:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-25 14:04:46 -0500 |
commit | e33ddac9bfb934fed5d188e10a9930d33d79d3f7 (patch) | |
tree | 89503514745666ae085751dd844fbab3a2ea055c /public/css | |
parent | 71b9537393e3b1a377e63b00046031d53c0681d5 (diff) | |
download | gitea-e33ddac9bfb934fed5d188e10a9930d33d79d3f7.tar.gz gitea-e33ddac9bfb934fed5d188e10a9930d33d79d3f7.zip |
Minor fix for #2396
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index e37d7bdc96..02032e83a7 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1490,6 +1490,9 @@ footer .container .links > *:first-child { border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; } +.markdown input[type="checkbox"] { + vertical-align: middle !important; +} .markdown .csv-data td, .markdown .csv-data th { padding: 5px; |