-
Notifications
You must be signed in to change notification settings - Fork 0
/
masthead.css
56 lines (48 loc) · 989 Bytes
/
masthead.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* CSS for The Tech's Masthead */
body {
width: 590px; /* doesn't work in IE */
/* next two rules center the body */
margin-left: auto;
margin-right: auto;
}
h1 {
text-align: center;
}
div.exec {
text-align: center;
font-size: larger;
margin-top: 1em;
margin-bottom: 1em;
}
div.exec h2 {
font-size: inherit;
font-weight: bold;
margin-bottom: 0;
}
div.department {
margin-top: 1em;
margin-bottom: 1em;
}
div.department h2 {
font-size: smaller;
font-weight: normal;
font-style: italic;
text-transform: uppercase;
margin-bottom: 0;
border-bottom-width: thin;
border-bottom-width: 1px; /* IE makes "thin" too thick */
border-bottom-style: solid;
}
div.department div {
margin-top: 0.25em;
text-align: justify;
}
p#bottom-matter {
margin-top: 1em;
padding-top: 0.25em;
border-top-width:thin;
border-top-width: 1px; /* IE makes "thin" too thick */
border-top-style: solid;
font-size: smaller;
text-align: justify;
}