From b68a36e89ed31342a7eb5b98bd05706bbf942ec5 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 20 Oct 2013 18:45:06 -0700 Subject: clean up kill page --- web/static/css/base.ccss | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'web/static/css/base.ccss') 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 -- cgit v1.2.3