diff options
Diffstat (limited to 'web/static/css/base.ccss')
-rw-r--r-- | web/static/css/base.ccss | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index 9419e3f..19aa187 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -1,30 +1,35 @@ *: - box-sizing: border-box; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; + box-sizing: border-box + -moz-box-sizing: border-box + -webkit-box-sizing: border-box body: - margin: 0; - padding: 0; - height: 100%; - background: #000; - color: #ddd; - font-family: sans-serif; + margin: 0 + padding: 0 + height: 100% + background: #000 + color: #ddd + font-family: sans-serif a: - text-decoration: none; - color: #38c; + text-decoration: none + color: #38c form: input: - background: #fff; - border: 1px solid #cdd; - padding: 5px 10px; + background: #fff + border: 1px solid #cdd + padding: 5px 10px + +td: + white-space: nowrap + overflow: hidden + text-overflow: ellipsis .clear: - clear: both; + clear: both #wrapper: - width: 900px; - margin: 50px auto; - background: #111; + width: 900px + margin: 50px auto + background: #111 |