Skip to content

Commit

Permalink
fixes css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 28, 2013
1 parent b353395 commit 9952ec5
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
20 changes: 20 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ Version: 1.4
Licence: http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US
Description: Symbol is a tight, visually clean and well-structured theme that allows you to focus on reading.
*/
/* General */
a {
outline: none !important;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Snap.js
----------------------------------------------- */
.snap-content {
Expand Down
31 changes: 31 additions & 0 deletions style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,37 @@ Licence: http://creativecommons.org/licenses/by-nc-nd/3.0/deed.en_US
Description: Symbol is a tight, visually clean and well-structured theme that allows you to focus on reading.
*/

// You are free:
// to Share — to copy, distribute and transmit the work

// Under the following conditions:
// Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
// Noncommercial — You may not use this work for commercial purposes.
// No Derivative Works — You may not alter, transform, or build upon this work.


/* General */
a{ outline: none !important;}

/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}




/* Snap.js
----------------------------------------------- */
Expand Down

0 comments on commit 9952ec5

Please sign in to comment.