X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fstyle.css;h=a1964d2e455eabfbd87096a38d4d898f9295b9b5;hb=ac284c5c84056ffeb0bb81240fb7dac3eb65f2d4;hp=3f2cf592852fd1b9141267495c8ba8ef6a8d27cb;hpb=cc13f974897355cb6b0161234c54d2a8689178c7;p=collection4.git diff --git a/share/style.css b/share/style.css index 3f2cf59..a1964d2 100644 --- a/share/style.css +++ b/share/style.css @@ -1,6 +1,7 @@ body { font-family: sans-serif; + margin: 0; } a @@ -18,6 +19,7 @@ a:hover #layout-table { width: 100%; + margin: 1ex; } #layout-top-left, @@ -151,6 +153,12 @@ a:hover font-size: 90%; } +#search-output li.instance.more +{ + padding-top: .5ex; + font-style: italic; +} + .breadcrump { font-size: 90%; @@ -221,3 +229,13 @@ div.graph-img:hover div.graph-buttons margin-bottom: 1px; } +div.footer +{ + margin-left: auto; + margin-right: auto; + padding: 0 1em; + border-top: 1px solid gray; + font-size: 80%; + font-style: italic; + text-align: right; +}