Rework the language switcher for current language support

This commit is contained in:
2015-02-21 15:47:07 +01:00
parent c8109c8ad6
commit f082bdf191
8 changed files with 27 additions and 1 deletions
@@ -3,3 +3,4 @@ $qbrown: #853d15
$qbrown-active: lighten($qbrown, 20%)
$wood: image-url('textures/theme1.jpg')
$background-brown: #57351f
$current-color: #fc3
@@ -3,3 +3,8 @@
+button($bg: $secondary-color, $padding: $button-tny)
margin: 0
margin-right: 8px
&.current
+button($bg: $current-color, $padding: $button-tny)
margin: 0
margin-right: 8px
border: 1px solid #333