diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less index d1ef5b64..f105377f 100644 --- a/themes/base.less +++ b/themes/base.less @@ -10,6 +10,10 @@ body { color: @text-muted; } +.first { + margin-top: 20px; +} + .panel-primary .panel-heading a { color: @panel-primary-text; } |