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:40:13 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-24 14:40:13 +0300
commit571d31f27ce5e46a36b7fe163b216541c7a5c7d5 (patch)
treed463d7db72552980c5290fc7d3fb1dd8d1c184cd /static
parentae6f266166d5da5a3aaf87328c272b1b203b001f (diff)
Rearrange bootstrap overrides
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 66e1de7..e4c1f04 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -282,10 +282,10 @@ a.btn-back {
border-color: #98a0a4;
}
-/* Override some of Bootstrap's styles */
+/* Bootstrap adjustions */
pre {
- font-size: 14px;
+ font-size: 13px;
}
pre code {
@@ -294,10 +294,6 @@ pre code {
word-wrap: normal;
}
-.pager li>a {
- transition: background-color 0.1s linear;
-}
-
blockquote {
font-style:italic;
}
@@ -312,8 +308,6 @@ article section img {
margin: 13px auto;
}
-/* Bootstrap adjustions */
-
.btn {
border: 1px solid transparent;
font-size: 13px;
@@ -328,3 +322,7 @@ article section img {
.pager li > a, .pager li > span {
border-radius: 3px;
}
+
+.pager li > a {
+ transition: background-color 0.1s linear;
+}