1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Format CSS code

This commit is contained in:
NumEricR 2013-09-10 23:54:40 +02:00
parent 7eb64927cc
commit a0fd7c5b44

View File

@ -270,15 +270,15 @@ footer {
#inputform {
display: none;
text-align:center;
max-width:300px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
text-align: center;
max-width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
padding-bottom: 5px;
background-color: rgba(0, 0, 0, 0.9);
opacity:0.8;
color:white;
opacity: 0.8;
color: #fff;
border-radius: 3px;
}