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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_ublogger.scss')
-rw-r--r--assets/css/_ublogger.scss23
1 files changed, 1 insertions, 22 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index ca09e0f..a2f4b0f 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -46,7 +46,7 @@ header {
margin-top: 20px;
}
- p:first-child, #toc-static + p {
+ #toc-static + p {
margin-top: 0;
}
@@ -288,27 +288,6 @@ a.post-tag-summary {
.single {
- blockquote {
- margin: auto;
- background: none;
- border: none;
- display: block;
- text-align: center;
- font-size: 160%;
- width: 90%;
- padding: 40px 20px;
- box-sizing: border-box;
- font-weight: 400;
- line-height: 2rem;
- text-transform: uppercase;
-
- [theme="dark"] & {
- background: none;
- border: none;
- }
- }
-
-
figure {
margin: 0;
}