Changeset - 8e16a88fede5
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 18:50:53
lukeman@gmail.com
override dropdown carets in custom
1 file changed with 16 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion_project/static/symposion/less/custom.less
Show inline comments
...
 
@@ -6,6 +6,13 @@ label:not(.checkbox):not(.radio) {
 
    font-weight: bold;
 
}
 

	
 
.navbar .nav li.dropdown .dropdown-toggle .caret,
 
.navbar .nav li.dropdown.open .caret {
 
  border-top-color: @grayDarker;
 
  border-bottom-color: @grayDarker;
 
}
 

	
 

	
 
header {
 
    position: relative;
 
    margin-bottom: 24px;
...
 
@@ -62,3 +69,12 @@ div.box-content .markItUpEditor {
 
    float: left;
 
    left: -20px;
 
}
 

	
 
.widget {
 
    position: relative;
 
    clear: both;
 
    width: auto;
 
    margin-bottom: 2em;
 
    overflow: hidden;
 
}
 

	
0 comments (0 inline, 0 general)