hooks/post-receive: replace printf with echo
[girocco.git] / gitweb / gitweb.css
blob30d8cfa7dd367061845c9f877588e2f98180666c
1 /* Girocco-specific fragment of gitweb.css, appended at the end. */
3 sup.sup {
4 position: relative;
5 font-size: 100%;
6 vertical-align: baseline;
7 bottom: +1ex;
9 sup.sup > span:first-child {
10 position: relative;
11 font-size: smaller;
12 top: +1pt;
15 sub.sub {
16 position: relative;
17 font-size: 100%;
18 vertical-align: baseline;
19 top: +1pt;
21 sub.sub > span:first-child {
22 position: relative;
23 font-size: smaller;
24 top: +0.5ex;