diff options
Diffstat (limited to 'app.css')
-rw-r--r-- | app.css | 46 |
1 files changed, 29 insertions, 17 deletions
@@ -1,30 +1,42 @@ body { - color: #333; - padding: 14px; - line-height: 22px; - text-align: center; - font-family: helvetica, arial, freesans, clean, sans-serif; - background-image:url('lined_paper.png'); + color: #333; + padding: 14px; + line-height: 22px; + width: 650px; + margin: 0 auto; + font-family: helvetica, arial, freesans, clean, sans-serif; } -span.lastcommit { - font-size: 22px !important; +body > * { + text-align: center; +} + +span.lastcommit-widget { + font-size: 22px !important; + display: flex; + justify-content: center; } a:hover { - color: #00438A; - text-decoration: underline; + color: #00438A; + text-decoration: underline; } + a { - color: #0069D6; - text-decoration: none; + color: #0069D6; + text-decoration: none; } - pre { - color: #404040; - font-family: Monaco, 'Andale Mono', 'Courier New', monospace; - font-size: 12px; - + color: #404040; + font-family: Monospace, 'Andale Mono', 'Courier New'; + font-size: 12px; + text-align: left; + border: 0 !important; +} +iframe { + display: block; + margin: 0 auto; + width: 80px; } |