summaryrefslogtreecommitdiffstats
path: root/kioslave/man/kio_man.css
blob: 8a9f378bc25fcadb04a3dff95ebb9953ceff29ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {background-color:#fffff}

/*for the list of one manpage section*/
.secidxshort {
  display:block;
  position:absolute;overflow:auto;
  top:0px;bottom:95%;left:0;right:0;
}
.secidxmain {
/*misfortunately accessing anchors in a scrollview
  doesn't seem to work yet with konqi, so:*/
/*
  position:absolute;overflow:auto;
  top:5%;bottom:0;left:0;right:0;
*/
}
.secidxnextletter {
  font-size:larger;
	border-bottom:1px solid black;
	text-align:center
}