Changeset 14845


Ignore:
Timestamp:
8 Sep 2017, 13:57:36 (7 years ago)
Author:
Henrik Bettermann
Message:

Adjust to Bootstrap v3.3.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.aaue/trunk/layout/static/custom.css

    r14311 r14845  
    1212
    1313.navbar-inverse {
    14   background-color: #5f0500;
    1514  background-image: -webkit-linear-gradient(top, #5f0500 0%, #930303 100%);
    1615  background-image: linear-gradient(to bottom, #5f0500 0%, #930303 100%);
     
    5251}
    5352
     53@media (max-width: 767px) {
     54 .navbar-inverse .navbar-collapse {
     55  background-color: #930303;
     56  }
     57}
     58
    5459/* Logo container customizations */
    5560
Note: See TracChangeset for help on using the changeset viewer.