Make WordPress Core

Ticket #24683: 24683.diff

File 24683.diff, 1.3 KB (added by gorgoglionemeister, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    9292}
    9393
    9494html {
    95         font-size: 100%;
    96         overflow-y: scroll;
     95        color: #141412;
     96        font-family: "Source Sans Pro", Helvetica, sans-serif;
     97        line-height: 1.5;
    9798        -webkit-text-size-adjust: 100%;
    9899        -ms-text-size-adjust: 100%;
    99100}
    100101
    101 html,
    102 button,
    103 input,
    104 select,
    105 textarea {
    106         font-family: "Source Sans Pro", Helvetica, sans-serif;
    107 }
    108 
    109102body {
    110         color: #141412;
    111         line-height: 1.5;
    112103        margin: 0;
    113104}
    114105
     
    117108        text-decoration: none;
    118109}
    119110
    120 a:visited {
    121         color: #ac0404;
    122 }
    123 
    124111a:focus {
    125112        outline: thin dotted;
    126113}
     
    848835        font-size: 15px;
    849836        line-height: 1;
    850837        padding: 15px 20px;
    851         text-decoration: none;
    852838}
    853839
    854840.nav-menu li:hover > a,
  • wp-content/themes/twentythirteen/css/ie.css

     
    22Styles for older IE versions (previous to IE9).
    33*/
    44
     5html {
     6        font-size: 100%;
     7}
     8
    59.site {
    610        min-width: 1040px;
    711}