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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index c0f2453..7a5fc9c 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -284,6 +284,15 @@ ul {
margin-top: 10px;
}
+.post .draft-label {
+ color: #a00;
+ text-decoration: none;
+ padding: 2px 4px;
+ border-radius: 4px;
+ margin-left: 6px;
+ background-color: #f9f2f4;
+}
+
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;