Changeset 14847


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

Adjust to Bootstrap v3.3.7

File:
1 edited

Legend:

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

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