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

Adjust to Bootstrap v3.3.7

File:
1 edited

Legend:

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

    r14179 r14844  
    1212
    1313.navbar-inverse {
    14   background-color: #4e0242;
    1514  background-image: -webkit-linear-gradient(top, #4e0242 0%, #8A0474 100%);
    1615  background-image: linear-gradient(to bottom, #4e0242 0%, #8A0474 100%);
     
    4544}
    4645
     46
     47@media (max-width: 767px) {
     48 .navbar-inverse .navbar-collapse {
     49  background-color: #8A0474;
     50  }
     51}
     52
    4753/* Logo container customizations */
    4854
Note: See TracChangeset for help on using the changeset viewer.