summaryrefslogtreecommitdiffstats
path: root/web/static/css/base.less
diff options
context:
space:
mode:
authorraylu <raylu@gridium.com>2013-10-19 18:30:23 -0700
committerraylu <raylu@gridium.com>2013-10-19 18:30:23 -0700
commit4fcc479ed7656f675491c3563eff6c966118a30e (patch)
tree4bea4baa7539af7ce612771c4f95cdc69667d23d /web/static/css/base.less
parentc6cb565f1216054fd386e0e5cd107cf7989a80e6 (diff)
downloadykill-4fcc479ed7656f675491c3563eff6c966118a30e.tar.xz
switch to cleancss
Diffstat (limited to 'web/static/css/base.less')
-rw-r--r--web/static/css/base.less37
1 files changed, 0 insertions, 37 deletions
diff --git a/web/static/css/base.less b/web/static/css/base.less
deleted file mode 100644
index 714d5ab..0000000
--- a/web/static/css/base.less
+++ /dev/null
@@ -1,37 +0,0 @@
-* {
- 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;
-}
-
-a {
- text-decoration: none;
- color: #dde;
-}
-
-form {
- input {
- background: #fff;
- border: 1px solid #cdd;
- padding: 5px 10px;
- }
-}
-
-.clear {
- clear: both;
-}
-
-#wrapper {
- width: 900px;
- margin: 50px auto;
- background: #111;
-}