Skip to content

Commit

Permalink
Remove unused css, add favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartiUK committed Nov 18, 2015
1 parent 82bbf10 commit d55a49e
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 772 deletions.
126 changes: 0 additions & 126 deletions css/lemonade.css

This file was deleted.

65 changes: 30 additions & 35 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ textarea {
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}

img {
vertical-align: middle;
}
Expand Down Expand Up @@ -202,12 +197,6 @@ footer {
padding-bottom: 2em;
}

footer small {
display: inline-block;
width: 100%;
text-align: center;
}

code {
padding: 1px 3px;
border-radius: 2px;
Expand All @@ -216,10 +205,6 @@ code {
font-family: Consolas, monaco, monospace;
}

.flushright {
text-align: right;
}

/* -------------- Lists -------------- */

ul {
Expand All @@ -233,28 +218,38 @@ ul ol {
list-style: none;
}


/* -------------- Helpers -------------- */

.right {
float: right;
}

.hidden {
display: none !important;
visibility: hidden;
/* lemonade.css */
*, *:after, *:before {
margin: 0;
padding: 0;
box-sizing: border-box
}

.clearfix:before,
.clearfix:after {
.container:after {
content: "";
display: table;
content: " ";
clear: both
}

.clearfix:after {
clear: both;
.bit-1 {
width: 100%
}

.clearfix {
*zoom: 1;
.bit-2 {
width: 50%
}
.bit-3 {
width: 33.33%
}
@media(max-width:480px) {
.bit-1, .bit-2, .bit-3, {
width: 100%
}
}
@media(min-width:480px) and (max-width:800px) {
.bit-1, .bit-2, .bit-3, .bit-5, .bit-7, .bit-9, .bit-11 {
width: 100%
}
}
@media(min-width:800px) and (max-width:1100px) {
.bit-2, .bit-7 {
width: 100%
}
}
1 change: 1 addition & 0 deletions css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d55a49e

Please sign in to comment.