Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
73ef263d
Commit
73ef263d
authored
Sep 04, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve comments in image styles
parent
bf590d8c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
less/scaffolding.less
less/scaffolding.less
+4
-1
No files found.
less/scaffolding.less
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
}
}
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