1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

modified css for ff

This commit is contained in:
llj
2012-06-12 10:56:05 +08:00
parent e4c2899124
commit 491ba973d0

View File

@@ -58,7 +58,10 @@ table {
table-layout:fixed; table-layout:fixed;
margin:5px 0 20px; margin:5px 0 20px;
} }
td, th { padding:4px 3px; word-break:break-word; } td, th {
padding:4px 3px;
word-wrap:break-word;
}
th { color:#333; text-align:left; } th { color:#333; text-align:left; }
tr.even { background-color: #FAFAFA; } tr.even { background-color: #FAFAFA; }
tr.odd { background-color: #EBEBEB; } tr.odd { background-color: #EBEBEB; }