diff --git a/guidelines.css b/guidelines.css deleted file mode 100644 index eac3b88ae..000000000 --- a/guidelines.css +++ /dev/null @@ -1,46 +0,0 @@ -.conformance-level { - display:inline; -} - -.change { - display:inline; -} - -.new { - border: medium solid #008000; -} -.proposed { - border: medium solid #D34245; -} -section.new, section.proposed { - padding: 1em; - margin-top: 1em; -} -dt.new, dt.proposed { - border-bottom: none; -} -dd.new, dd.proposed { - border-top: none; - margin-left: 0; - padding-left: 2em; -} -.doclinks { - float: right; - border: thin solid black; - font-size: x-small; - display: block; - max-width: 25%; - hyphens: none; -} -.sc dt { - display: list-item; - list-style-type: disc; - float: left; - font-weight: bold; - margin-left: 2em; - margin-right: 1ex; - line-height: 1.5; -} -.sc dt:after { - content: ":"; -} diff --git a/guidelines/guidelines.css b/guidelines/guidelines.css deleted file mode 100644 index bf5bc7e1a..000000000 --- a/guidelines/guidelines.css +++ /dev/null @@ -1,32 +0,0 @@ -.conformance-level { - display:inline; -} - -.change { - display:inline; -} - -.doclinks { - float: right; - border: thin solid black; - font-size: x-small; - display: block; - width: 25%; - hyphens: none; -} -.sc dt { - display: list-item; - list-style-type: disc; - float: left; - font-weight: bold; - margin-left: 2em; - margin-right: 1ex; - line-height: 1.5; -} -.sc dt:after { - content: ":"; -} -div.note-title, div.ednote-title { - color: #008400 -} -span.screenreader {position: absolute; left: -10000px} \ No newline at end of file