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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-05 12:12:56 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-05 12:12:56 +0300
commit3b8d21d72049a4246ff96bf348e0debaf5d03e2d (patch)
treea5a568b3f7671b43d9da5f3e2adcd2443dd71337
parent8049bfc1368eb8ab355d826c4bf8db5fd8589a1a (diff)
misc css enhancement
-rw-r--r--static/css/style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a127d65..292862a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -180,18 +180,28 @@ img {
.gallery-item .thumbnail {
max-width: 80%;
}
-
+.label {
+ display: inline;
+ padding: .2em 1em .2em;
+ font-size: 80%;
+ color: #ffffff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25em;
+ background-color: #5b9dd9;
+}
@media only screen and (min-width: 900px) {
aside {
float: left;
width: 160px;
position: fixed;
- background: #E6E6E6;
border-radius: 2%;
border-width: 1px;
padding: 2rem 0.5rem;
+ text-align: center;
}
- .content {
+ main {
float: right;
width: 640px;
}