X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;fp=style.css;h=c9eb00301b2edcad897663315be9245d4e37acb7;hb=cf491ed085c7fb21ab8d94eb7f5c48c17504b525;hp=6bb5bd9a63d092a910f04fad3ddd1d8a65c6f002;hpb=b1182e5a62a5a690fc29589b2ac88ba96cd46c38;p=matrixnullspace.com.git diff --git a/style.css b/style.css index 6bb5bd9..c9eb003 100644 --- a/style.css +++ b/style.css @@ -23,4 +23,47 @@ body { background-image: url('/images/gray_jean.png'); font-family: 'InconsolataMedium'; + margin: 20px 20px 30px 20px; +} + +#container { + margin: auto; + width: 960px; +} + +form { + float: left; +} + +textarea { + width: 300px; + height: 200px; + margin-bottom: 30px; + color: grey; + font-style: italic; +} + +#results { + float: left; + margin: 0px 0px 0px 20px; +} + +#results li { + font-weight: bold; +} + +#results li :not(child) { + font-weight: normal; +} + +#fail { + color: red; +} + +#clear { + clear: both; +} + +#footer { + width: 100%; }