Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-03-11 13:15:36 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-03-11 13:15:36 +0400
commit51c6fc1375c620dc54d16fdb2650fa1594fecafa (patch)
tree29dfc95772c8e5ef254c0e06ec8f4b07ccbce713 /sass
parent81223c123a7c4ed06b8a6a407223896dcde55d5b (diff)
sass/theme-ios.scss: Remove extra comma.
Diffstat (limited to 'sass')
-rw-r--r--sass/theme-ios.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/theme-ios.scss b/sass/theme-ios.scss
index 1a9b704..43673f6 100644
--- a/sass/theme-ios.scss
+++ b/sass/theme-ios.scss
@@ -56,7 +56,7 @@ p {
color: #8f8f94;
}
.h5, h5,
-.h6, h6, {
+.h6, h6 {
font-weight: normal;
text-transform: uppercase;
}