Hide horizontal scrollbar

This commit is contained in:
Marcin Kulik 2011-03-17 23:11:24 +01:00
parent c8b5734fb3
commit ea0a45d3e1

View File

@ -102,6 +102,8 @@ h2 {
background-color: black;
line-height: 1.2em;
color: #ccc;
overflow: auto;
overflow-x: hidden;
}
.term .line {