Skip to content

Commit 4e4eb61

Browse files
committed
Make things prettier
1 parent 7658330 commit 4e4eb61

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ h1, h2, h3 {
6060
padding-top: 50px;
6161
color: #2955a3;
6262
}
63+
h4 {
64+
color: #2955a3;
65+
padding: 2px;
66+
margin: 2px;
67+
}
6368
li {
6469
padding-bottom: .5em;
6570
}
@@ -77,3 +82,14 @@ div.warning {
7782

7883
background-image: url("warning.png");
7984
}
85+
table.ideas {
86+
border-collapse: collapse;
87+
}
88+
td.logo {
89+
max-width: 300px;
90+
}
91+
td {
92+
border: 1pt solid #e5e5e5;
93+
padding: 2px;
94+
margin: 2px;
95+
}

0 commit comments

Comments
 (0)