Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
df2aa2dc
Commit
df2aa2dc
authored
Oct 28, 2012
by
Thomas Park
Browse files
slate: fixed missing brackets in less, closes #42
parent
842f9238
Changes
1
Hide whitespace changes
Inline
Side-by-side
slate/bootswatch.less
View file @
df2aa2dc
...
...
@@ -495,7 +495,7 @@ textarea[readonly] {
// -----------------------------------------------------
.well, .hero-unit {
.box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5);
.box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5)
)
;
}
.thumbnail,
...
...
@@ -506,7 +506,7 @@ a.thumbnail:hover {
.progress {
background-color: darken(@grayDarker, 3%);
#gradient > .vertical(darken(@grayDarker, 3%), darken(@grayDarker, 3%));
.box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5);
.box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5)
)
;
}
.footer {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment