@soyjavi 14 anni fa
parent
commit
b5ffa3b557

+ 1 - 0
src/stylesheets/css/Lungo.theme.default.css

@@ -150,6 +150,7 @@ aside .anchor {
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
+  font-weight: bold;
 }
 .button:active, .button.active {
   -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(0, 0, 0, 0.2);

File diff suppressed because it is too large
+ 0 - 16
src/stylesheets/css/Lungo.theme.default.font.css


+ 1 - 1
src/stylesheets/css/Lungo.theme.pro.css

@@ -1,4 +1,4 @@
-@import "Lungo.theme.default.font.css";
+@import "Lungo.theme.pro.font.css";
 /** 
  * Stylesheet
  * 

File diff suppressed because it is too large
+ 1 - 16
src/stylesheets/css/Lungo.theme.pro.font.css


+ 1 - 0
src/stylesheets/less/Lungo.theme.default.less

@@ -179,6 +179,7 @@ aside {
 	border-bottom: 1px inset rgba(0,0,0,0.2);		
 	.border-radius(1px);
 	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.2);	
+	font-weight: bold;
 	
 	&:active, &.active { 
 		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 0 2px rgba(0,0,0,0.2);

+ 1 - 1
src/stylesheets/less/Lungo.theme.pro.less

@@ -8,7 +8,7 @@
  */
 
 @import "mixins.less";
-@import "Lungo.theme.default.font.css";
+@import "Lungo.theme.pro.font.css";
 
 @theme:  #05b8e2;
 	@theme-light: #05bde9;