repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git]
/
apps
/
kinfocenter
/
about
/
kinfocenter.css
blob
084d941956b2c3ebbab52edaddb7e3e5b1d7d510
1
2
#headerR
{
3
position
:
absolute
;
4
right
:
0px
;
5
width
:
430px
;
6
height
:
131px
;
7
background-image
:
url
(
top-right-kinfocenter
.
png
);
8
}
9
10
#title
{
11
right
:
80px
;
12
font-size
:
x-large
;
13
}
14
15
#tagline
{
16
right
:
80px
;
17
font-size
:
x-small
;
18
}
19
20
#barCenter
{
21
font-size
:
x-small
;
22
}
23
24
#tableTitle
{
25
font-weight
:
bold
;
26
padding-bottom
:
1ex
;
27
}
28
29
.kc_table
{
30
font-size
:
x-small
;
31
width
:
100
%;
32
}
33
34
.kc_leftcol
{
35
width
:
30
%;
36
}
37
38
.kc_rightcol
{
39
font-weight
:
bold
;
40
}
41
42
.kc_use_text
{
43
margin-bottom
:
0
;
44
font-size
:
xx-small
;
45
}
46