X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstyle.css;h=04bfa1f26035f3adcc2baec19990170ed0308380;hb=0964bbed6780ba995cc184b9ba24f4823d5ed1d1;hp=1f7d79037c6df662a6da04e0f7d8327f114054c5;hpb=d43606faa394e4604ec23d1817ee6358b845e038;p=YACASL2.git diff --git a/doc/style.css b/doc/style.css index 1f7d790..04bfa1f 100644 --- a/doc/style.css +++ b/doc/style.css @@ -20,6 +20,10 @@ h1, h2 { background-color: #DDF; } +table.menu, table.menu th, table.menu td { + border-style: none; +} + h2 { padding: 0.25em; color: white; @@ -46,6 +50,14 @@ h2 { display: none; } +h1.node-heading { + display: none; +} + +h2.shortcontents-heading{ + display: none; +} + .shortcontents a { margin-right: 1em; }