diff --git a/site/css/gridism.css b/site/css/gridism.css index 1589aa8f..cc7a43c3 100644 --- a/site/css/gridism.css +++ b/site/css/gridism.css @@ -107,4 +107,4 @@ max-width: 1180px; margin: 0 auto; } -}*/ \ No newline at end of file +}*/ diff --git a/site/css/style.css b/site/css/style.css index 13123af6..ef84dc0d 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -345,38 +345,6 @@ body > footer a:hover img { } } -/* HTML Elements */ - -h1, h2, h3, h4, h5, h6 { - margin: 0; -} - -a { - color: #fc0; - text-decoration: none; - transition: all .25s; - -moz-transition: all .25s; - -webkit-transition: all .25s; -} - -a:hover { - color: #f90; -} - -strong { - font-weight: 700; -} - -p { - line-height: 1.5em; -} - -.left { float: left; } -.right { float: right; } -.align-right { text-align: right; } -.align-left { text-align: left; } -.align-center { text-align: center; } - /* Documentation */ .docs .content { @@ -547,6 +515,38 @@ pre, code { overflow: scroll; } +/* HTML Elements */ + +h1, h2, h3, h4, h5, h6 { + margin: 0; +} + +a { + color: #fc0; + text-decoration: none; + transition: all .25s; + -moz-transition: all .25s; + -webkit-transition: all .25s; +} + +a:hover { + color: #f90; +} + +strong { + font-weight: 700; +} + +p { + line-height: 1.5em; +} + +.left { float: left; } +.right { float: right; } +.align-right { text-align: right; } +.align-left { text-align: left; } +.align-center { text-align: center; } + /* Article HTML */ article h2,