Commit c9060ae4d3941d9e9f6cf58741b073b705cc1e73
1 parent
3d7135c9
Graphical update 4
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
css/crep.css
... | ... | @@ -13,6 +13,11 @@ body |
13 | 13 | .panel-default |
14 | 14 | { |
15 | 15 | border-color: #89B3D1; |
16 | + .panel-heading | |
17 | + { | |
18 | + background-color: #89B3D1; | |
19 | + border-color: #89B3D1; | |
20 | + } | |
16 | 21 | } |
17 | 22 | |
18 | 23 | .panel |
... | ... | @@ -20,11 +25,6 @@ body |
20 | 25 | background-color: #749BD1; |
21 | 26 | } |
22 | 27 | |
23 | -.panel-heading | |
24 | -{ | |
25 | - background-color: #89B3D1; | |
26 | - border-color: #89B3D1; | |
27 | -} | |
28 | 28 | |
29 | 29 | .panel-footer |
30 | 30 | { | ... | ... |