Browse Source

added border shadow to increase contrast

Serghey Rodin 13 years ago
parent
commit
d97eb8b535
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/templates/header.html

+ 1 - 0
web/templates/header.html

@@ -24,6 +24,7 @@
             .main {
                 background: #ffffff;
                 padding: 0 0 18px 0;
+                box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
             }
 
             .top {