summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Napora <napcok@gmail.com>2015-05-17 19:20:36 +0200
committerDaniel Napora <napcok@gmail.com>2015-05-17 19:20:36 +0200
commit6bb804cec809f0dce84f8896509899118c22b07a (patch)
treee6bf457e5ef0d85082a69f6d131aba0c8d48755e
parentc1152404f63f7cc7523764bb0ca3dbf155e0cf36 (diff)
downloadmageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar
mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.gz
mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.bz2
mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.xz
mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.zip
fix stupid mistake tml ->html
-rw-r--r--usr/share/mageiawelcome/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css
index bfadabf..7771f7b 100644
--- a/usr/share/mageiawelcome/css/style.css
+++ b/usr/share/mageiawelcome/css/style.css
@@ -1,4 +1,4 @@
-tml {
+html {
font-size: 14px;
}
a:focus, button:focus{outline:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}