Commit ffe77225ea35987c9952cbd0ca536f9baf12bf58
1 parent
1567a548
Exists in
master
modifica??o das regras espec?ficas de estilo para a barra
Showing
1 changed file
with
3 additions
and
32 deletions
Show diff stats
estilo-barra.css
... | ... | @@ -4,19 +4,7 @@ |
4 | 4 | */ |
5 | 5 | |
6 | 6 | |
7 | -html, body, div, span, applet, object, iframe, | |
8 | -h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
9 | -a, abbr, acronym, address, big, cite, code, | |
10 | -del, dfn, em, img, ins, kbd, q, s, samp, | |
11 | -small, strike, strong, sub, sup, tt, var, | |
12 | -b, u, i, center, | |
13 | -dl, dt, dd, ol, ul, li, | |
14 | -fieldset, form, label, legend, | |
15 | -table, caption, tbody, tfoot, thead, tr, th, td, | |
16 | -article, aside, canvas, details, embed, | |
17 | -figure, figcaption, footer, header, hgroup, | |
18 | -menu, nav, output, ruby, section, summary, | |
19 | -time, mark, audio, video { | |
7 | +#barra-brasil div, #barra-brasil a, #barra-brasil ul, #barra-brasil li{ | |
20 | 8 | margin: 0; |
21 | 9 | padding: 0; |
22 | 10 | border: 0; |
... | ... | @@ -24,30 +12,13 @@ time, mark, audio, video { |
24 | 12 | font-family: inherit; |
25 | 13 | vertical-align: baseline; |
26 | 14 | } |
27 | -/* HTML5 display-role reset for older browsers */ | |
28 | -article, aside, details, figcaption, figure, | |
29 | -footer, header, hgroup, menu, nav, section { | |
30 | - display: block; | |
31 | -} | |
15 | + | |
32 | 16 | body { |
33 | 17 | line-height: 1; |
34 | 18 | } |
35 | -ol, ul { | |
19 | +#barra-brasil ul { | |
36 | 20 | list-style: none; |
37 | 21 | } |
38 | -blockquote, q { | |
39 | - quotes: none; | |
40 | -} | |
41 | -blockquote:before, blockquote:after, | |
42 | -q:before, q:after { | |
43 | - content: ''; | |
44 | - content: none; | |
45 | -} | |
46 | -table { | |
47 | - border-collapse: collapse; | |
48 | - border-spacing: 0; | |
49 | -} | |
50 | - | |
51 | 22 | |
52 | 23 | /* Ministerio do Planejamento */ |
53 | 24 | ... | ... |