Created headers in SCSS to break things out more in the CSS file
This commit is contained in:
parent
f26465023e
commit
0dae8f2e64
4 changed files with 26 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
|
||||
/***********************/
|
||||
/* SYNTAX HIGHLIGHTING */
|
||||
/***********************/
|
||||
|
||||
.highlight {
|
||||
background-color: $darkerGray;
|
||||
padding: 5px 10px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
//
|
||||
// RESET
|
||||
//
|
||||
/***************/
|
||||
/* MEYER RESET */
|
||||
/***************/
|
||||
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue