Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
73ef263d
Commit
73ef263d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
improve comments in image styles
parent
bf590d8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/scaffolding.less
+4
-1
less/scaffolding.less
with
4 additions
and
1 deletion
+4
-1
less/scaffolding.less
+
4
-
1
View file @
73ef263d
...
@@ -32,10 +32,12 @@ a:hover {
...
@@ -32,10 +32,12 @@ a:hover {
// Images
// Images
// -------------------------
// -------------------------
// Rounded corners
.img-rounded {
.img-rounded {
.border-radius(6px);
.border-radius(6px);
}
}
// Add polaroid-esque trim
.img-polaroid {
.img-polaroid {
padding: 4px;
padding: 4px;
background-color: #fff;
background-color: #fff;
...
@@ -44,6 +46,7 @@ a:hover {
...
@@ -44,6 +46,7 @@ a:hover {
.box-shadow(0 1px 3px rgba(0,0,0,.1));
.box-shadow(0 1px 3px rgba(0,0,0,.1));
}
}
// Perfect circle
.img-circle {
.img-circle {
.border-radius(500px);
.border-radius(500px);
// crank the border-radius so it works with most reasonably sized images
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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