From: Mark Otto Date: Sun, 7 Apr 2013 18:44:17 +0000 (-0700) Subject: fixes #7497: use var for jumbotron border radius X-Git-Tag: v3.0.0-rc1~464 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ff40635d4bc8c832b2890f9b7292cf89f02ea09;p=thirdparty%2Fbootstrap.git fixes #7497: use var for jumbotron border radius --- diff --git a/less/jumbotron.less b/less/jumbotron.less index 6437ea58ec..d3c9ac21c8 100644 --- a/less/jumbotron.less +++ b/less/jumbotron.less @@ -23,7 +23,7 @@ @media screen and (min-width: 768px) { .jumbotron { padding: 50px 60px; - border-radius: 6px; // Only round corners at higher resolutions + border-radius: @border-radius-large; // Only round corners at higher resolutions h1 { font-size: 60px;