repo.or.cz
/
girocco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Project.pm: support no alternates setup
[girocco.git]
/
gitweb
/
gitweb.css
blob
30d8cfa7dd367061845c9f877588e2f98180666c
1
/* Girocco-specific fragment of gitweb.css, appended at the end. */
2
3
sup
.
sup
{
4
position
:
relative
;
5
font-size
:
100
%;
6
vertical-align
:
baseline
;
7
bottom
: +
1ex
;
8
}
9
sup
.
sup
>
span
:
first-child
{
10
position
:
relative
;
11
font-size
:
smaller
;
12
top
: +
1pt
;
13
}
14
15
sub
.
sub
{
16
position
:
relative
;
17
font-size
:
100
%;
18
vertical-align
:
baseline
;
19
top
: +
1pt
;
20
}
21
sub
.
sub
>
span
:
first-child
{
22
position
:
relative
;
23
font-size
:
smaller
;
24
top
: +
0.5ex
;
25
}