X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fpsensor%2Fstyle.css;fp=www%2Fpsensor%2Fstyle.css;h=0000000000000000000000000000000000000000;hp=49be7d3b30ce40429303245ccc4a5fad2d94ca55;hb=9c08c66b484668315098c403004739cc4fc930ff;hpb=cb55b0999457d360be3bbd245eb9fd7c56f7ebb2 diff --git a/www/psensor/style.css b/www/psensor/style.css deleted file mode 100644 index 49be7d3..0000000 --- a/www/psensor/style.css +++ /dev/null @@ -1,54 +0,0 @@ -nav li { - float: left; - position: relative; - list-style: none; - margin-right: 1em; -} - -h1, nav li { - text-transform: uppercase; -} - -nav a, nav a:hover, nav a:visited { - text-decoration: none; - color: black; -} - -nav a:hover { - border-color: red; - border-bottom-style: solid; - border-bottom-width: 2px; -} - -nav ul { - margin: 0; -} - -body { - font-family: sans-serif; - margin: 1em 1em 1em 2em; - padding: 0; -} - -h1 { - padding: 0; -} - -h2 { - padding: 0; - margin: 0; -} - -#content,#header { - margin: 1em; - padding: 0; -} - -#footer { - display: none; -} - -pre { - margin: 1em 1em 1em 1em; - padding: 1em 1em 1em 1em; -}