aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2014-12-29 13:47:53 +0100
committerAlex Legler <alex@a3li.li>2014-12-29 13:47:53 +0100
commit1a5ebb1ad7d7093bf182d47f33baf514a1aad6ed (patch)
treeddbb52f3bbfef01456d9cf65e2d83f80f621865e
parentFix pre in pre border radius (diff)
downloadskin-tyrian-1a5ebb1ad7d7093bf182d47f33baf514a1aad6ed.tar.gz
skin-tyrian-1a5ebb1ad7d7093bf182d47f33baf514a1aad6ed.tar.bz2
skin-tyrian-1a5ebb1ad7d7093bf182d47f33baf514a1aad6ed.zip
Set overflow: auto for boxes
-rw-r--r--main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.css b/main.css
index 2b3284d..353d157 100644
--- a/main.css
+++ b/main.css
@@ -128,12 +128,17 @@ pre pre {
background-color: #eee;
}
+.gw-box {
+ overflow: auto;
+}
+
.cmd-box {
background-color: #333;
color: white;
border-radius: 4px;
padding: 4px;
margin-bottom: 10px;
+ overflow: auto;
}
.cmd-box code {