overflow-x on pre

This commit is contained in:
Kerrick Long
2011-07-15 01:21:59 -05:00
parent e4240244c7
commit b965b36417
+1 -1
View File
@@ -26,7 +26,7 @@
a { color: #311c07; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
pre { background: #000; color: #fff; padding: 15px; overflow-x: auto;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
/*]]>*/