diff --git a/documentation-assets/docs.css b/documentation-assets/docs.css index 7d7ee45..01030a9 100644 --- a/documentation-assets/docs.css +++ b/documentation-assets/docs.css @@ -43,10 +43,19 @@ div.doc-section { margin: 30px 0; } + #typography blockquote { + margin-top: 20px; } + + .hidden-code a { + font-size: 12px; + color: #999; } + .hidden-code>div { + display: none; } + /* Grid */ #grid .column, #grid .columns { - background: #111; + background: #222; height: 25px; line-height: 25px; margin-bottom: 10px; @@ -58,6 +67,7 @@ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } + #grid .example-grid { overflow: hidden; } /* Mobile */ @@ -73,10 +83,7 @@ /* Mobile Landscape */ @media only screen and (min-width: 480px) and (max-width: 767px) { -/* .container .four.columns.sidebar { width: 464px; } */ nav ul { display: none; } -/* .container .twelve.columns.content { width: 464px; } */ -/* #grid .example-grid { width: 344px; } */ } /* Non 960 */ @@ -107,9 +114,6 @@ /* Mobile Landscape Only */ @media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) { - body { - font-size: 50%; - line-height: 1.5em; } header p { font-size: 25px; line-height: 30px; } diff --git a/index.php b/index.php index 5e16c27..689a942 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,6 @@ ================================================== --> - @@ -42,12 +41,12 @@ -
+