summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-10-05 14:54:12 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-10-05 14:54:12 +0200
commitccc2499ca96ed6b4101a483c695b5732283864c2 (patch)
tree66169c69a16f3b46ef6efb31a72b667a56697468 /_static/styles.css
parent90f94bb0f9dd1cd3b1fdf01dc3194afe0b3eaf9c (diff)
downloadalpine-mksite-ccc2499ca96ed6b4101a483c695b5732283864c2.tar.bz2
alpine-mksite-ccc2499ca96ed6b4101a483c695b5732283864c2.tar.xz
move download css to its own section
Diffstat (limited to '_static/styles.css')
-rw-r--r--_static/styles.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/_static/styles.css b/_static/styles.css
index 17821d4..c113b13 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -205,6 +205,18 @@ a.alpine-logo:active {
color: black;
}
+.download-table-list li { padding-left: 0em; }
+
+.download-button {
+ color: white;
+ font-weight: normal;
+ background: #018E4A;
+ border-radius: 4px;
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
+ position: relative;
+ bottom: -1.5em;
+}
+
/*
* This is shared between pages.
*/
@@ -218,18 +230,6 @@ a.alpine-logo:active {
text-overflow: ellipsis;
}
-.download-table-list li { padding-left: 0em; }
-
-.download-button {
- color: white;
- font-weight: normal;
- background: #018E4A;
- border-radius: 4px;
- text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
- position: relative;
- bottom: -1.5em;
-}
-
/*
* Home page styling
*/