Commit c17befa8e384ed92e80650d73e2d1ea9e8796fde

Authored by Eugeny Galkovskiy
1 parent 8e23b3ab

- top line

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2,6 +2,12 @@
2 2 .modal-backdrop{z-index:10400;}
3 3 .modal-open .modal{padding:0!important;}
4 4 .panel-title{padding-right:15px;}
  5 +#top {
  6 + background: #555555;
  7 + color: #eeeeee;
  8 + padding: 4px 0;
  9 + line-height: 22px;
  10 +}
5 11  
6 12 .box-simple h3{letter-spacing: 0.02em;}
7 13 .navbar ul.nav > li > a {letter-spacing: 0.01em;}
... ...