updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
This commit is contained in:
parent
8a7abc7493
commit
20aecb9838
13 changed files with 260 additions and 113 deletions
|
|
@ -401,7 +401,7 @@ footer {
|
|||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #333;
|
||||
color: @grayDark;
|
||||
text-decoration: none;
|
||||
background-position: 0 -15px;
|
||||
}
|
||||
|
|
@ -414,6 +414,7 @@ footer {
|
|||
// Primary Button Type
|
||||
&.primary {
|
||||
color: @white;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
.gradientBar(@blue, @blueDark)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue