aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNumEricR <eric.github@gmail.com>2013-09-10 23:54:40 +0200
committerNumEricR <eric.github@gmail.com>2013-09-10 23:54:40 +0200
commita0fd7c5b4467adbc85244909663b3fd6bc160b14 (patch)
tree94056b84636ee69ddf5035b1e1868d783fff76e4
parent7eb64927cc8936f4b1ee7f76c3a8058044bb587c (diff)
downloadwallabag-a0fd7c5b4467adbc85244909663b3fd6bc160b14.tar.gz
wallabag-a0fd7c5b4467adbc85244909663b3fd6bc160b14.tar.zst
wallabag-a0fd7c5b4467adbc85244909663b3fd6bc160b14.zip
Format CSS code
-rw-r--r--tpl/css/style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css
index bb99ca4c..d60b443c 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -270,15 +270,15 @@ footer {
270 270
271#inputform { 271#inputform {
272 display: none; 272 display: none;
273 text-align:center; 273 text-align: center;
274 max-width:300px; 274 max-width: 300px;
275 margin-left:auto; 275 margin-left: auto;
276 margin-right:auto; 276 margin-right: auto;
277 margin-top:5px; 277 margin-top: 5px;
278 padding-bottom: 5px; 278 padding-bottom: 5px;
279 background-color: rgba(0, 0, 0, 0.9); 279 background-color: rgba(0, 0, 0, 0.9);
280 opacity:0.8; 280 opacity: 0.8;
281 color:white; 281 color: #fff;
282 border-radius: 3px; 282 border-radius: 3px;
283} 283}
284 284