@@ -238,10 +238,25 @@ pre {
238238 * Improves readability of pre-formatted text in all browsers.
239239 */
240240
241- pre {
241+ pre , code {
242242 white-space : pre;
243243 white-space : pre-wrap;
244244 word-wrap : break-word;
245+ word-spacing : 0 ;
246+ font-size : 13px ;
247+ line-height : 16px ;
248+ }
249+ code {
250+ padding : 0 3px ;
251+ background-color : # eee ;
252+ border-radius : 3px ;
253+ }
254+ pre code {
255+ background-color : transparent;
256+ font-size : 16px ;
257+ font-weight : bold;
258+ white-space : pre;
259+ word-wrap : normal;
245260}
246261
247262/*
@@ -697,7 +712,6 @@ table {
697712
698713[class ^= "icon-" ],
699714[class *= " icon-" ] {
700- font-family : FontAwesome;
701715 font-weight : normal;
702716 font-style : normal;
703717 text-decoration : inherit;
@@ -1205,8 +1219,8 @@ ul.icons li [class*=" icon-"] {
12051219.icon-folder-open-alt : before { content : "\f115" ; }
12061220
12071221/* Manual Font Awesome Styles */
1208- [class ^= "icon-" ],
1209- [class *= " icon-" ] {
1222+ [class ^= "icon-" ]:: before , [ class ^= "icon-" ]:: after ,
1223+ [class *= " icon-" ]:: before , [ class *= " icon-" ]:: after {
12101224 font-family : FontAwesome, "Helvetica Neue" , Helvetica, Arial, sans-serif;
12111225}
12121226
@@ -1890,23 +1904,6 @@ hr {
18901904 margin : .75em 0 ;
18911905}
18921906
1893- pre , code {
1894- font : 13 px/16px "source-code-pro" , Consolas, monospace;
1895- word-spacing : 0 ;
1896- }
1897-
1898- code {
1899- padding : 0 3px ;
1900- background-color : # eee ;
1901- border-radius : 3px ;
1902- white-space : pre;
1903- }
1904-
1905- pre code {
1906- background-color : transparent;
1907- font-size : 16px ;
1908- font-weight : bold;
1909- }
19101907# content code a {
19111908 text-decoration : none;
19121909}
@@ -2796,18 +2793,18 @@ footer li img {
27962793 position : relative;
27972794}
27982795
2799- .toc-linked a {
2796+ .toc-linked . toc-link {
28002797 position : absolute;
28012798 left : -1em ;
28022799 text-decoration : none;
28032800 opacity : 0 ;
28042801}
28052802/* TODO: Remove (https://github.com/jquery/jquery-wp-content/issues/143) */
2806- # content .toc-linked a {
2803+ # content .toc-linked . toc-link {
28072804 text-decoration : none;
28082805}
28092806
2810- .toc-linked : hover a {
2807+ .toc-linked : hover . toc-link {
28112808 opacity : 1 ;
28122809}
28132810
@@ -3170,7 +3167,12 @@ footer li img {
31703167 }
31713168
31723169 # logo-events aside {
3173- display : none;
3170+ display : inline-block;
3171+ position : relative;
3172+ left : 50% ;
3173+ margin-left : -200px ;
3174+ float : none;
3175+ padding : 10px 0 ;
31743176 }
31753177
31763178 # logo-events h2 .logo {
@@ -3285,6 +3287,11 @@ footer li img {
32853287 display : none;
32863288 }
32873289
3290+ # logo-events aside {
3291+ width : 300px ;
3292+ margin-left : -150px ;
3293+ }
3294+
32883295 # container {
32893296 border-top : none !important ;
32903297 }
0 commit comments