X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59bfcb161db1444b1e6b0e5a1de7debc62913c24..8980da4381923d8099a11a1334baf3c3e625a484:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index cb402f22d..1464c9807 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -67,6 +67,12 @@ hr { margin: 0px; } +/* Rules for the site name */ + +#small-title { + display: none; +} + /* Rules for the introductory text displayed in the left sidebar to new users */ #intro { @@ -705,6 +711,10 @@ div#contributorTerms { height: 400px; } +div#slim_content div#contributorTerms { + width: auto; +} + div#contributorTerms p#first { margin-top: 0px; } @@ -729,6 +739,10 @@ form#termsForm { margin-bottom: 3em; } +div#slim_content form#termsForm { + width: auto; +} + form#termsForm div#buttons { float: right; }