aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:04:41 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:04:41 -0400
commit0dae8f2e64ef610c370b8222953ae4618a4c1d40 (patch)
treee9d599aa4b0122b7ea3e8081e73d10832b5022b6 /style.css
parentf26465023eddfccfcecc0cd21f6e0600eb90cd64 (diff)
downloadkompetenzbolzen.github.io-0dae8f2e64ef610c370b8222953ae4618a4c1d40.tar.gz
Created headers in SCSS to break things out more in the CSS file
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4a2099b..40d1c9c 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,6 @@
+/***************/
+/* MEYER RESET */
+/***************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
@@ -27,6 +30,9 @@ table {
border-collapse: collapse;
border-spacing: 0; }
+/***********************/
+/* SYNTAX HIGHLIGHTING */
+/***********************/
.highlight {
background-color: #222222;
padding: 5px 10px;
@@ -314,6 +320,9 @@ code {
color: #2aa198; }
/* Literal.Number.Integer.Long */
+/*/
+/* BASE RULES
+/*/
html {
font-size: 100%; }
@@ -410,6 +419,9 @@ img {
.clearfix:after {
clear: both; }
+/*/
+/* LAYOUT / SECTIONS
+/*/
.wrapper-masthead {
margin-bottom: 40px; }