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-23 09:15:49 +0100 |
commit | b8b01d323565ad59843bacdd04aae222449ecd09 (patch) | |
tree | 52b9f0fc5187940afcd82d177b9e91414cf0dae1 /sass/admin.scss | |
parent | e0a9db38df13a49a770d0298ea198df6d7f6cf99 (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; - } -} |