Make WordPress Core

Ticket #41969: 41969.2013-css-01.diff

File 41969.2013-css-01.diff, 732 bytes (added by williampatton, 7 years ago)
  • wp-content/themes/twentythirteen/style.css

    diff --git wp-content/themes/twentythirteen/style.css wp-content/themes/twentythirteen/style.css
    index c46f809..20cf254 100644
    footer.entry-meta { 
    25062506.widget a:hover {
    25072507        color: #ea9629;
    25082508}
     2509/* Gallery Widget */
     2510.widget .gallery-columns-1 .gallery-item {
     2511        max-width: 100%;
     2512}
     2513
     2514.widget .gallery-columns-2 .gallery-item {
     2515        max-width: 49%;
     2516        max-width: -webkit-calc(50% - 4px);
     2517        max-width:         calc(50% - 4px);
     2518}
     2519
     2520.widget .gallery-columns-3 .gallery-item {
     2521        max-width: 22%;
     2522        max-width: -webkit-calc(33% - 4px);
     2523        max-width:         calc(33% - 4px);
     2524}
    25092525
    25102526/* Search widget */
    25112527.search-form .search-submit {