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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2017-02-16 00:22:26 +0300
committerCarson Ip <carsonip715@gmail.com>2017-02-16 00:22:26 +0300
commit419a872feb452bb730bba341d9f419a840e94ede (patch)
tree8364aca05187e827f7f8d3518de1cab841205074
parent6c3ae9c25f0aa7a4055ec9c1eeebb4a7d3af838f (diff)
Remove ".post span" block in css
The ".post span" block in css is too broad that will interfere with many other libraries such as MathJax and KaTeX. The block is removed because there is no obvious reason for it to exist.
-rw-r--r--static/css/style.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 6fe3b4f..f3a624a 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -117,13 +117,6 @@ footer {
margin-bottom: 25px;
}
-.posts span {
- float: right;
- text-transform: uppercase;
- font-size: 0.70em;
- color: #777777;
-}
-
.post {
margin: auto;
padding-bottom: 20px;