diff options
author | Daniel Napora <napcok@gmail.com> | 2016-01-18 18:10:04 +0100 |
---|---|---|
committer | Daniel Napora <napcok@gmail.com> | 2016-01-18 18:10:04 +0100 |
commit | 211b63015ffc4399365b45da5d8fc48ce73ba5ea (patch) | |
tree | cdb785c00bc83263fd88c1607009fe04190aa8e0 /usr | |
parent | a34377996e45592c98d6632d461a8afc3d54db2c (diff) | |
download | mageiawelcome-211b63015ffc4399365b45da5d8fc48ce73ba5ea.tar mageiawelcome-211b63015ffc4399365b45da5d8fc48ce73ba5ea.tar.gz mageiawelcome-211b63015ffc4399365b45da5d8fc48ce73ba5ea.tar.bz2 mageiawelcome-211b63015ffc4399365b45da5d8fc48ce73ba5ea.tar.xz mageiawelcome-211b63015ffc4399365b45da5d8fc48ce73ba5ea.zip |
fix for #174981.4
Diffstat (limited to 'usr')
-rw-r--r-- | usr/share/mageiawelcome/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css index fe5cc7d..80a9d21 100644 --- a/usr/share/mageiawelcome/css/style.css +++ b/usr/share/mageiawelcome/css/style.css @@ -33,7 +33,7 @@ div.tab nav {width:100%;text-align:center;} div#tab-1,div#tab-2{padding:0;} /* START */ -p#message{margin: 0 } +p#message{margin: 10px 0 0 0;} div#links {position:absolute; bottom:0;} .mgalinks {text-align:center;} .mgalinks a {width: 240px;margin-bottom:2px;} @@ -66,7 +66,7 @@ div#prevnext div a{position:absolute;top:0; left:0;display:block; min-width:22px div#prevnext div:hover {color: #FFF;} #mcc {width:300px; height:206px;background-image:url('../img/mcc.jpg');text-align:center;border: 4px solid white; - box-shadow: 0 0 4px 2px rgba(0,0,0,.5);margin-bottom:8px;} + box-shadow: 0 0 4px 2px rgba(0,0,0,.5);margin-bottom:8px;margin-top: 18px;} /* APP LIST */ #rpmdrake_info{background:#FFCC00;color:#111;line-height:24px;border-bottom: 1px solid #111;text-align:center;text-shadow: none;} div#applist {width:100%;clear:both;padding:0;margin:0;} |