diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-16 14:16:01 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-16 14:16:01 +0100 |
commit | ea8dab75452b69f5ffe105fe45acd8e751656c77 (patch) | |
tree | 9f92e00df5289347f4c6d2fe7618d5bc6b1f4920 /sass/admin.scss | |
parent | 6923b532c2ed23f43e15e288e1d786529d03061f (diff) |
moved sass-related control files away to the theme
Diffstat (limited to 'sass/admin.scss')
-rw-r--r-- | sass/admin.scss | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sass/admin.scss b/sass/admin.scss deleted file mode 100644 index bdcc46285..000000000 --- a/sass/admin.scss +++ /dev/null @@ -1,26 +0,0 @@ - -@import "compass/css3"; - -@import "bootstrap"; - -#main { - padding-top: 50px; -} - -table .form { - display: inline-block; - margin: 0; -} - -.accordion-heading { - .btn { - float: left; - margin: 6px 15px; - } - -} -.accordion-toggle { - &:hover { - text-decoration: none; - } -} |