Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Minify
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Sep 6, 2013
1 parent 0896773 commit 1bc1cfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Licensed under the terms of MIT license.

## Components

* **Reset** - simple reset, you can replace it with [Normalize](https://github.com/necolas/normalize.css)
* **Reset** - simple reset, you can replace it with
[Normalize](https://github.com/necolas/normalize.css)
* **Scaffolding** - basic properties
* **Grid** - mobile-first container and columns
* **Typography** - the most of type is set in UA styles, so here is just a fix for few elements
Expand Down
24 changes: 8 additions & 16 deletions mistype.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
*/

body {
padding-top: 10px;
padding-bottom: 10px;
padding: 5%;
font: 14px/20px sans-serif;
color: #666;
background-color: #fff;
Expand All @@ -30,13 +29,10 @@ a {
text-decoration: none;
}

a:hover,
a:focus {
text-decoration: underline;
}
a:hover {text-decoration: underline;}

hr {
margin-top: 10px;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 1px solid #999;
Expand All @@ -56,7 +52,7 @@ h1, h2, h3, h4, h5, h6 {
.container {
max-width: 940px;
margin-right: auto;
margin-left: auto;
margin-left: auto;
}

.container:before,
Expand All @@ -65,9 +61,7 @@ h1, h2, h3, h4, h5, h6 {
content: " ";
}

.container:after {
clear: both;
}
.container:after {clear: both;}

/* Column styles */
.col-1,
Expand All @@ -86,7 +80,7 @@ h1, h2, h3, h4, h5, h6 {
float: left;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
padding-left: 10px;
}

/* Sizing */
Expand Down Expand Up @@ -129,11 +123,9 @@ sub {bottom: -0.25em;}
content: " ";
}

.clearfix:after {
clear: both;
}
.clearfix:after {clear: both;}

/* Pulls */
/* Floats */
.pull-right {float: right !important;}
.pull-left {float: left !important;}

Expand Down

0 comments on commit 1bc1cfe

Please sign in to comment.