Changeset 14844


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

Adjust to Bootstrap v3.3.7

Location:
main/ikobacustom.uniben/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.uniben/trunk/buildout.cfg

    r14178 r14844  
    5252base_port = 7151
    5353zeo1_port = 7151
    54 zeo2_port = 7151
    55 zeo3_port = 7152
     54zeo2_port = 7152
     55zeo3_port = 7153
    5656server_port = 7150
    5757# default 7. Number of pre-opened ZODB threads/client
  • 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.