diff options
author | Alex Legler <alex@a3li.li> | 2014-09-05 10:21:13 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2014-09-05 10:21:13 +0200 |
commit | fe80cea3100409f9468c78885d48622c5ac6f2fa (patch) | |
tree | 73bf3a0d77688bac3079930afcb27d8865efbbd2 /index.html | |
parent | Only apply visited link styling to text in paragraphs. (diff) | |
download | tyrian-theme-fe80cea3100409f9468c78885d48622c5ac6f2fa.tar.gz tyrian-theme-fe80cea3100409f9468c78885d48622c5ac6f2fa.tar.bz2 tyrian-theme-fe80cea3100409f9468c78885d48622c5ac6f2fa.zip |
Fix get-gentoo button role attribtue.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ <div class="row"> <div class="site-title-buttons"> <div class="btn-group btn-group-sm"> - <a href="http://get.gentoo.org/" type="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a> + <a href="http://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-download"></span> <strong>Get Gentoo!</strong></a> <div class="btn-group btn-group-sm"> <button type="button" class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown"> <span class="glyphicon glyphicon-globe"></span> gentoo.org sites <span class="caret"></span> |