Skip to content

Commit d55a49e

Browse files
committed
Remove unused css, add favicon.
1 parent 82bbf10 commit d55a49e

7 files changed

Lines changed: 154 additions & 772 deletions

File tree

css/lemonade.css

Lines changed: 0 additions & 126 deletions
This file was deleted.

css/main.css

Lines changed: 30 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ textarea {
1616
text-shadow: none;
1717
}
1818

19-
::selection {
20-
background: #b3d4fc;
21-
text-shadow: none;
22-
}
23-
2419
img {
2520
vertical-align: middle;
2621
}
@@ -202,12 +197,6 @@ footer {
202197
padding-bottom: 2em;
203198
}
204199

205-
footer small {
206-
display: inline-block;
207-
width: 100%;
208-
text-align: center;
209-
}
210-
211200
code {
212201
padding: 1px 3px;
213202
border-radius: 2px;
@@ -216,10 +205,6 @@ code {
216205
font-family: Consolas, monaco, monospace;
217206
}
218207

219-
.flushright {
220-
text-align: right;
221-
}
222-
223208
/* -------------- Lists -------------- */
224209

225210
ul {
@@ -233,28 +218,38 @@ ul ol {
233218
list-style: none;
234219
}
235220

236-
237-
/* -------------- Helpers -------------- */
238-
239-
.right {
240-
float: right;
241-
}
242-
243-
.hidden {
244-
display: none !important;
245-
visibility: hidden;
221+
/* lemonade.css */
222+
*, *:after, *:before {
223+
margin: 0;
224+
padding: 0;
225+
box-sizing: border-box
246226
}
247-
248-
.clearfix:before,
249-
.clearfix:after {
227+
.container:after {
228+
content: "";
250229
display: table;
251-
content: " ";
230+
clear: both
252231
}
253-
254-
.clearfix:after {
255-
clear: both;
232+
.bit-1 {
233+
width: 100%
256234
}
257-
258-
.clearfix {
259-
*zoom: 1;
235+
.bit-2 {
236+
width: 50%
237+
}
238+
.bit-3 {
239+
width: 33.33%
240+
}
241+
@media(max-width:480px) {
242+
.bit-1, .bit-2, .bit-3, {
243+
width: 100%
244+
}
245+
}
246+
@media(min-width:480px) and (max-width:800px) {
247+
.bit-1, .bit-2, .bit-3, .bit-5, .bit-7, .bit-9, .bit-11 {
248+
width: 100%
249+
}
250+
}
251+
@media(min-width:800px) and (max-width:1100px) {
252+
.bit-2, .bit-7 {
253+
width: 100%
254+
}
260255
}

css/main.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)