Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit e1ce801

Browse files
author
Cam
committed
'Cleaned Up and Shipped Out'
This is the final beta version of this theme. It is now pretty solid, but will have some more additions before 1.0
1 parent 21e7222 commit e1ce801

14 files changed

+140
-1965
lines changed

assets/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ ul {
33
list-style-position: inside;
44
}
55

6+
/* Set the Search in the header to sit together nicely on wide screens */
7+
@media only screen and (min-width: 58.75em) {
8+
.top-bar .search-textarea {
9+
padding-right: 0 !important;
10+
}
11+
.top-bar .search-submit {
12+
padding-left: 0 !important;
13+
}
14+
}
15+
16+
/* Below here are CSS elements that are just here for fun c/o Cam Gould */
617

718
/* Cam's Custom Tiny Tags */
819
.tag {

0 commit comments

Comments
 (0)