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:
authorJosh Johnson <josh@ba3.us>2016-03-24 16:53:45 +0300
committerJosh Johnson <josh@ba3.us>2016-03-24 16:53:45 +0300
commit6a9c9a54690ced05ecf72e17c693da17221e3d85 (patch)
treeac42cb4b44ed50fa57d2bc8083e605debbead83f
parent0fe38b432318a69b6e485845dba70662bd6b86c2 (diff)
updated link style
-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;