diff options
author | Unknwon <u@gogs.io> | 2015-08-27 23:06:14 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 23:06:14 +0800 |
commit | 23f42d92c917564435a00e8e75633b8056bd7b0d (patch) | |
tree | 6fed7f6df4c6b039e4e43eaae2fcd5788ddba3a0 /public/less/_base.less | |
parent | fc2d0e5470fa2fea260adba30866acda1aa945cb (diff) | |
download | gitea-23f42d92c917564435a00e8e75633b8056bd7b0d.tar.gz gitea-23f42d92c917564435a00e8e75633b8056bd7b0d.zip |
add webhook recent deliveries
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 7a15e99796..6b63bf1612 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -7,6 +7,19 @@ body { img { border-radius: 3px; } +pre { + font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace; + &.raw { + padding: 7px 12px; + margin: 10px 0; + background-color: #f8f8f8; + border: 1px solid #ddd; + border-radius: 3px; + font-size: 13px; + line-height: 1.5; + overflow: auto; + } +} .full.height { padding: 0; margin: 0 0 -@footer-margin*2 0; @@ -121,6 +134,10 @@ img { &.thin { font-weight: normal; } + + &.middle { + vertical-align: middle; + } } .message { |