diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2017-05-12 19:10:08 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2017-05-12 19:10:08 +0200 |
commit | 1473de0aaa1e066bce853fc78a2ba6473a0c176e (patch) | |
tree | 1d6dc1d1dbe7ceaee9fa1637ed41dffea727ca7b /static | |
parent | 5123d1a3b48920db78e5ec638d0b1c6a1d513380 (diff) |
Added fullscreen mode.
Diffstat (limited to 'static')
-rw-r--r-- | static/paste.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/paste.css b/static/paste.css index 941715f..5e59d4d 100644 --- a/static/paste.css +++ b/static/paste.css @@ -11,7 +11,8 @@ div#info { font-size: small; color: #bbb; } span#nick, span#date, span#syntax-type { color: #888; } div#alt-links { font-size: small; } div#alt-links a { color: #44f; } -div.paste-rendered { background-color: #fff; margin-top: 1em; padding: 1em; } +div.paste-rendered { padding: 1em; } +div#paste div.paste-rendered { background-color: #fff; margin-top: 1em; } .highlighttable { width: 100%; padding-top: 1em; } .highlighttable td.code { width: 100%; background-color: #fff; } .highlighttable td { vertical-align: top; } |