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:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:46:38 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:46:38 +0300
commit2db56dcfe00bcc1cec9cfe0d619d81f5a1db5182 (patch)
tree91049fdaa7c9d9fb440935a647197513b725b9e8 /static
parent571d31f27ce5e46a36b7fe163b216541c7a5c7d5 (diff)
Move contact-button and use bootstrap button
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css24
1 files changed, 1 insertions, 23 deletions
diff --git a/static/css/main.css b/static/css/main.css
index e4c1f04..c2ace8d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -216,29 +216,7 @@ a.btn-back {
}
.author-contact {
- position: relative;
- display: inline-block;
- padding-top: 10px;
- height: 100px;
- text-align: center;
-}
-
-.author-contact a {
- display: inline-block;
- padding: 7px 16px;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border-radius: 3px;
- color: rgba(0, 0, 0, 0.7);
- text-decoration: none;
- font-weight: 300;
- font-size: 13px;
- transition: background-color,border-color,color 0.1s linear;
-}
-
-.author-contact a:hover {
- border: 1px solid rgba(51, 122, 182, 1.0);
- background-color: rgba(51, 122, 183, 1.0);
- color: rgba(255, 255, 255, 1.0);
+ margin-top: 10px;
}
/* Pagination */