diff options
| author | Mark Otto <[email protected]> | 2013-07-17 23:41:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 23:41:05 -0700 |
| commit | 3604b868064f6e48e1301b1148779a8a819200fc (patch) | |
| tree | 394111cda49e835be9b5bf33fc338ee2c8476d53 | |
| parent | 4d73aa60f953e0cb6c3b871d11a5c95617d0ca5b (diff) | |
| download | bootstrap-3604b868064f6e48e1301b1148779a8a819200fc.tar.xz bootstrap-3604b868064f6e48e1301b1148779a8a819200fc.zip | |
fixes #8477: use var for rounded image border-radius
| -rw-r--r-- | less/scaffolding.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 8fc3a2360..b6128dc5d 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -71,7 +71,7 @@ img { // Rounded corners .img-rounded { - border-radius: 6px; + border-radius: @border-radius-large; } // Image thumbnails |
