Fixed appearance on luakit

This commit is contained in:
rr-
2015-07-12 19:19:08 +02:00
parent 11648e055c
commit 6b6acb0bbf
3 changed files with 19 additions and 0 deletions

View File

@ -52,10 +52,16 @@
.post-list ul.safety .safety-unsafe.disabled:before { background: linear-gradient(#DDB7B7, #C9A195); }
.post-list ul.posts {
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-align-content: center;
-webkit-flex-wrap: wrap;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;