diff options
Diffstat (limited to 'views/default/css/screen.php')
-rw-r--r-- | views/default/css/screen.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/css/screen.php b/views/default/css/screen.php index 97303822c..18e4a0bad 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -294,6 +294,12 @@ h2 { border-top:1px solid #DEDEDE; } + +#elgg-main-header { + border-bottom: 1px solid #CCCCCC; + padding-bottom: 3px; +} + #elgg-header-contents { width:990px; position: relative; |