Small fix to default skin's tables. Very long words in td

cells are still not being wrapped, but that's not something
browsers support right now, so users will have to deal with it.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1909 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-04-13 22:22:00 +00:00
parent 28740dea1c
commit 140e8103b0
+5 -9
View File
@@ -70,7 +70,7 @@ h1 {
#main {
padding: 0 20px 20px 20px;
font-size: 90%;
width: 700px;
width: 680px;
}
#menu {
@@ -190,14 +190,6 @@ h3 {
overflow: hidden;
}
.toptable table {
max-width: 670px;
}
.toptable td {
word-wrap: break-word;
}
.section {
clear: both;
}
@@ -360,3 +352,7 @@ td.mod_name,
margin-bottom: 10px;
border-bottom: 1px solid #aaa;
}
td {
word-wrap: break-word;
}