X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fthemes%2Fseven%2Fcss%2Fbase%2Felements.css;h=a4f9d4bf56a3b4f53d75b5b7ab771e016c1d8677;hb=4f1b9b4ab48a8498afac9e2213a02a23ccf4a06c;hp=6644ceae6ddbdcb9768bbdaccb4ec904ab2cee31;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/themes/seven/css/base/elements.css b/web/core/themes/seven/css/base/elements.css index 6644ceae6..a4f9d4bf5 100644 --- a/web/core/themes/seven/css/base/elements.css +++ b/web/core/themes/seven/css/base/elements.css @@ -23,7 +23,7 @@ hr { padding: 0; border: none; height: 1px; - background: #cccccc; + background: #ccc; } summary, .fieldgroup:not(.form-composite) > legend { @@ -121,9 +121,6 @@ sup { font-size: smaller; line-height: normal; } -nobr { - white-space: nowrap; -} abbr, acronym { border-bottom: dotted 1px; @@ -150,9 +147,8 @@ ol { margin-left: 0; margin-right: 2em; } -quote, code { - margin: .5em 0; + margin: 0.5em 0; } pre { margin: 0.5em 0; @@ -162,13 +158,13 @@ details { line-height: 1.295em; } details summary { - padding-top: 0.5em; - padding-bottom: 0.5em; + padding: 0.95em 1.45em; } details summary:focus { outline: none; -} -details summary:focus, -details summary:hover { text-decoration: underline; } +img { + max-width: 100%; + height: auto; +}