Changeset - 8365306204c6
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 18:50:21
lukeman@gmail.com
fix caret color
1 file changed with 1 insertions and 9 deletions:
0 comments (0 inline, 0 general)
symposion_project/static/symposion/less/bootswatch.less
Show inline comments
...
 
@@ -7,14 +7,6 @@
 
// -----------------------------------------------------
 

	
 
.navbar {
 
	.icon-bar {
 
		color: @linkColor;
 
	}
 
	//border-bottom: 1px solid #CACACA;
 

	
 
	.navbar-inner {
 
		//.box-shadow(0 1px 0 rgba(255,255,255,0.4)~", "0 0 10px rgba(0,0,0,0.1));
 
	}
 

	
 
	.brand {
 
		font-weight: bold;
...
 
@@ -95,7 +87,7 @@
 

	
 
.nav li.open.dropdown .caret,
 
.nav .dropdown-toggle:hover .caret {
 
	border-top-color: @linkColor;
 
	border-top-color: #000;
 
}
 

	
 
div.subnav {
0 comments (0 inline, 0 general)