aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_highlights.scss5
-rw-r--r--scss/_reset.scss6
-rwxr-xr-xscss/style.scss12
3 files changed, 14 insertions, 9 deletions
diff --git a/scss/_highlights.scss b/scss/_highlights.scss
index 64ae71b..6fcd6fa 100644
--- a/scss/_highlights.scss
+++ b/scss/_highlights.scss
@@ -1,3 +1,8 @@
+
+/***********************/
+/* SYNTAX HIGHLIGHTING */
+/***********************/
+
.highlight {
background-color: $darkerGray;
padding: 5px 10px;
diff --git a/scss/_reset.scss b/scss/_reset.scss
index c50757b..dce28d6 100644
--- a/scss/_reset.scss
+++ b/scss/_reset.scss
@@ -1,7 +1,7 @@
-//
-// RESET
-//
+/***************/
+/* MEYER RESET */
+/***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
diff --git a/scss/style.scss b/scss/style.scss
index 087c845..abcc20f 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -8,9 +8,9 @@
@import "_highlights";
// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting.
-//
-// BASE RULES
-//
+/*/
+/* BASE RULES
+/*/
html {
font-size: 100%;
@@ -139,9 +139,9 @@ img {
clear: both;
}
-//
-// LAYOUT / SECTIONS
-//
+/*/
+/* LAYOUT / SECTIONS
+/*/
//
// .masthead