Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit e9569f1

Browse files
Removed library which killed load times, fixed up style.
1 parent 397583b commit e9569f1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

imageboard/public/stylesheets/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ a
2121
color: #777777;
2222
}
2323

24-
.imglink
25-
{
26-
text: none;
27-
}
28-
2924
img.small
3025
{
3126
border:0;
@@ -70,6 +65,11 @@ img.large
7065
font-size: 80%;
7166
}
7267

68+
.title
69+
{
70+
font-size: 2.5rem;
71+
}
72+
7373
form
7474
{
7575
font-size: 18px;

imageboard/views/layout.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ doctype html
22
html
33
head
44
title ImageBoard
5-
link(rel='stylesheet', href='http://cachedcommons.org/cache/960/0.0.0/stylesheets/960.css')
65
link(rel='stylesheet', href='/stylesheets/style.css')
76
body
87
#header.container_12

0 commit comments

Comments
 (0)