autogrids added, prefix deleted

This commit is contained in:
Raphael Goetter 2014-02-01 18:37:56 +01:00
parent 8e3c6aa61e
commit 9eb7aa58d6
9 changed files with 322 additions and 102 deletions

View file

@ -10,9 +10,7 @@
/* switching box model for all elements */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-sizing: border-box;
}
/* soft reset */
@ -45,7 +43,6 @@ figure {
}
/* ----------------------------- */
/* == typography */
/* ----------------------------- */
@ -304,7 +301,6 @@ body > script {display: none !important;}
img.left {
margin-right: 1em;
}
/* right elements */
.right {
float: right;
@ -312,11 +308,9 @@ img.left {
img.right {
margin-left: 1em;
}
img.left, img.right {
margin-bottom: 5px;
}
.center { margin-left: auto; margin-right: auto; }
.txtleft { text-align: left; }
.txtright { text-align: right; }