mirror of
https://github.com/znc/znc.git
synced 2026-07-02 16:02:02 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user