diff options
author | Daniel Napora <napcok@gmail.com> | 2015-05-17 19:20:36 +0200 |
---|---|---|
committer | Daniel Napora <napcok@gmail.com> | 2015-05-17 19:20:36 +0200 |
commit | 6bb804cec809f0dce84f8896509899118c22b07a (patch) | |
tree | e6bf457e5ef0d85082a69f6d131aba0c8d48755e /usr/share | |
parent | c1152404f63f7cc7523764bb0ca3dbf155e0cf36 (diff) | |
download | mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.gz mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.bz2 mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.tar.xz mageiawelcome-6bb804cec809f0dce84f8896509899118c22b07a.zip |
fix stupid mistake tml ->html
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/mageiawelcome/css/style.css | 2 |
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);} |