diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-08 12:13:43 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:07 +0100 |
commit | 3793f4aa12875cb423f9061db115524c694a215d (patch) | |
tree | ebe684ce6a16a46641fc38be76579a4a1ffbef77 | |
parent | 5d2b6298c98152366b0e1db2a18da51b9c96b1ed (diff) |
add no-bullets style declaration to default admin CSS
-rw-r--r-- | web/cobrands/sass/_layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index f865d5bbe..8bcb6fed6 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1095,6 +1095,12 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } } } + .no-bullets { + margin-left: 0; + > li { + list-style: none; + } + } } /* MEDIA QUERIES */ |