Making WordPress.org

Changeset 2596


Ignore:
Timestamp:
02/24/2016 09:25:08 PM (10 years ago)
Author:
coffee2code
Message:

Browse Happy: Make browser notice banner responsive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/browsehappy.com/public_html/style.css

    r2594 r2596  
    179179    margin: 20px auto 0;
    180180    padding: 20px 30px;
    181     width: 870px;
     181    width: 90%;
    182182    color: white;
    183183    font-size: 120%;
     
    588588        font-size: 900%;
    589589    }
     590    #browser-status {
     591        padding: 20px 10px;
     592    }
     593    .browser-status-text, .browser-status-action {
     594        float: none;
     595        width: 100%;
     596        margin-right: 0;
     597    }
     598    .browser-status-text {
     599        margin-bottom: 1em;
     600    }
     601    .browser-status-action a {
     602        margin: 0;
     603    }
    590604}
    591605@media (max-width: 430px) {
Note: See TracChangeset for help on using the changeset viewer.