diff --git a/stylesheets/styles.css b/stylesheets/styles.css index b1a8ddd..85199c0 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -73,7 +73,7 @@ code, pre { pre { padding:8px 15px; - background: #f8f8f8; + background: #f8f8f8; border-radius:5px; border:1px solid #e5e5e5; overflow-x: auto; @@ -107,6 +107,7 @@ header { width:270px; float:left; position:fixed; + -webkit-font-smoothing:subpixel-antialiased; } header ul { @@ -190,36 +191,37 @@ footer { float:left; position:fixed; bottom:50px; + -webkit-font-smoothing:subpixel-antialiased; } @media print, screen and (max-width: 960px) { - + div.wrapper { width:auto; margin:0; } - + header, section, footer { float:none; position:static; width:auto; } - + header { padding-right:320px; } - + section { border:1px solid #e5e5e5; border-width:1px 0; padding:20px 0; margin:0 0 20px; } - + header a small { display:inline; } - + header ul { position:absolute; right:50px; @@ -231,15 +233,15 @@ footer { body { word-wrap:break-word; } - + header { padding:0; } - + header ul, header p.view { position:static; } - + pre, code { word-wrap:normal; } @@ -249,7 +251,7 @@ footer { body { padding:15px; } - + header ul { display:none; }