Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-09 12:50:01 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-09 12:50:01 +0300
commit3f94771d320385e8100f1f6b4e76f58d1e4fa650 (patch)
tree99ce36dd22b42bc25c377c3c8a0557cfb5066cf7 /static
parent3cdfa0bd5b578a3780eacf800d1424d9d4cd33aa (diff)
Add back to home button
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 8f81275..8f4b823 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -61,10 +61,9 @@ main {
text-decoration: none;
}
-a.btn-subscribe {
+a.btn-header {
position: absolute;
top: 20px;
- right: 20px;
padding: 7px 16px;
border: 1px solid rgba(255, 255, 255, 1.0);
border-radius: 3px;
@@ -75,11 +74,19 @@ a.btn-subscribe {
transition: color,background-color 0.1s linear;
}
-a.btn-subscribe:hover {
+a.btn-header:hover {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(0, 0, 0, 1.0);
}
+a.btn-subscribe {
+ right: 20px;
+}
+
+a.btn-back {
+ left: 20px;
+}
+
/* Footer */
.global-footer {