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

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/weblog.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/weblog.css b/static/css/weblog.css
index a2e3b5b..ea65317 100644
--- a/static/css/weblog.css
+++ b/static/css/weblog.css
@@ -138,6 +138,10 @@ nav ul > li {
margin: 0;
}
+.micropost p > a, .post p > a {
+ text-decoration: underline;
+}
+
.post h2 {
margin: 0;
line-height: 32px;