diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-08-23 02:47:06 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-08-23 02:47:06 +0200 |
commit | f30bc252460e74ca4c71677663acd3d91a8657d6 (patch) | |
tree | 13bf648860ac0b924eb6881e14ec0e5fee3aef8b /themes | |
parent | c5331c44fd5f0251e7ec572c3bfc50a9f52c86bf (diff) |
minor bugfixes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base.scss b/themes/base.scss index 70d1a4b7..e2a6d56a 100644 --- a/themes/base.scss +++ b/themes/base.scss @@ -8,5 +8,5 @@ body { } .footer a { - color: $text-muted; -}
\ No newline at end of file + color: $text-muted; +} |