summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 12:58:56 -0500
committerTeddy Wing2013-11-10 12:58:56 -0500
commit9c231e7b3c601cc300563b377724baa8dbd6caaa (patch)
treed3bdac620b4a9414258a7d2c681a798607abe1fa /assets
parent9f5cb95812a4d075535bdccd48a06c1ddeb62848 (diff)
downloadclip-play-9c231e7b3c601cc300563b377724baa8dbd6caaa.tar.bz2
Add footer with creator info & links
Diffstat (limited to 'assets')
-rw-r--r--assets/css/application.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index c3dba05..0aba747 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -22,6 +22,29 @@ header {
}
+footer {
+ position: absolute;
+ bottom: 1em;
+ font-size: 13px;
+ font-family: 'Lucida Grande', Helvetica, sans-serif;
+}
+
+
+
+/* . Links . */
+a {
+ color: #2f8dae;
+}
+
+a:hover {
+ color: #2a7d9a;
+}
+
+a:active {
+ color: #246c86;
+}
+
+
/* . Inputs . */
.url-input {