repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
www
/
menu.css
blob
5c9608dde45665d42d5437f264811f0ba66e9111
1
/***************/
2
/* page layout */
3
/***************/
4
5
[
id
=
menu
] {
6
width
:
25ex
;
7
float
:
left
;
8
}
9
[
id
=
content
] {
10
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
11
margin-left
:
29ex
;
12
padding-right
:
4ex
;
13
word-wrap
:
break-word
;
14
}
15
16
/**************/
17
/* menu style */
18
/**************/
19
20
#menu
.
submenu
{
21
padding-top
:
1em
;
22
display
:
block
;
23
}
24
25
#menu
label
{
26
display
:
block
;
27
font-weight
:
bold
;
28
text-align
:
center
;
29
background-color
:
rgb
(
192
,
192
,
192
);
30
}
31
#menu
a
{
32
padding
:
0 .2em
;
33
display
:
block
;
34
text-align
:
center
;
35
background-color
:
rgb
(
235
,
235
,
235
);
36
}
37
#menu
a
:
visited
{
38
color
:
rgb
(
100
,
50
,
100
);
39
}