Font-weight on strong elements.

This commit is contained in:
connors 2013-09-21 16:52:20 -07:00
Родитель fae122fc3c
Коммит aa8abe75a8
2 изменённых файлов: 7 добавлений и 0 удалений

4
dist/ratchet.css поставляемый
Просмотреть файл

@ -242,6 +242,10 @@ a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
strong {
font-weight: 500;
}
.content {
position: fixed;
top: 0;

Просмотреть файл

@ -24,6 +24,9 @@ a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); // Removes the dark touch outlines on links
}
strong {
font-weight: $font-weight;
}
// Wrapper to be used around all content not in .bar-title and .bar-tab
.content {