X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fwiki.css;h=89fc8e89c1e28f0908a6596cb084c88ff620e687;hb=2477a631eb7b6dbcfe5368da1886e5f0c84e3427;hp=4c16034e0c582e988f0792a7a2f46c204df4cd3a;hpb=d1b62b480279f6ef7943b96e9ae35e581c8a4e67;p=platal.git diff --git a/htdocs/css/wiki.css b/htdocs/css/wiki.css index 4c16034..89fc8e8 100644 --- a/htdocs/css/wiki.css +++ b/htdocs/css/wiki.css @@ -7,6 +7,7 @@ table.wiki { table.wiki td { padding: 2px 1em; vertical-align: middle; + text-align: center; } table.wiki select { @@ -26,7 +27,7 @@ table.quickref { } table.quickref tr { - padding 0px; + padding: 0px; margin: 0px; } @@ -36,41 +37,48 @@ table.quickref td { border-top: 1px dotted #aaaaaa; } -#text { width: 800px; } +#text { + width: 800px; +} .diffbox { border: 1px #999999 solid; - margin-top: 1.33em; + margin-top: 1.33em; } .diffauthor { - font-weight: bold; + font-weight: bold; } .diffchangesum { - font-weight: bold; + font-weight: bold; } .difftime { font-size: 66%; - background-color: #dddddd; + background-color: #dddddd; } .difftype { clear: both; font-size: 66%; - font-weight: bold; + font-weight: bold; } .diffadd { border-left: 5px #99ff99 solid; - padding-left: 5px; + padding-left: 5px; } .diffdel { border-left: 5px #ffff99 solid; - padding-left: 5px; + padding-left: 5px; } .diffrestore { clear: both; font-size: 66%; - margin: 1.5em 0px; + margin: 1.5em 0px; } a.varlink { - text-decoration: none; + text-decoration: none; +} +a.createlink { + font-size: smaller; + vertical-align: super; + line-height: normal; + text-decoration: none; } -