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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjuelg <djuelg@users.noreply.github.com>2016-10-31 17:10:30 +0300
committerGitHub <noreply@github.com>2016-10-31 17:10:30 +0300
commitac31bdb2aa768bdc7becd13267fa43df0b4cc660 (patch)
tree513b60a29306bc5c5336226650fe0803fd5c7dfd
parent406c1da192729cea54c17664e3b323d4e72c47c3 (diff)
parent3b2680edb061a00ec5d5b8655c7b00d6431bea42 (diff)
Merge pull request #12 from djuelg/issue/multiline_title
Changed css to add 2line title support
-rw-r--r--static/css/default.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/default.css b/static/css/default.css
index 76b0779..71c5cfb 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -243,7 +243,7 @@
/* Single page classes */
.article-header-container {
- height: 140px;
+ height: 150px;
margin-top: 35px;
background-color: #4CABAB;
color: #EFFFFF;
@@ -482,8 +482,8 @@ hr {
}
.publish-date, .attention-message {
- height: 120px;
- width: 120px;
+ min-height: 120px;
+ min-width: 120px;
border-radius: 50%;
background-color: #333;
text-align: center;