css color update and resolution 800px

1.9.x
Alex Aragon 12 years ago committed by Yannick Warnier
parent 80b5391f19
commit 3e11321504
  1. 3
      main/css/chamilo/default.css
  2. BIN
      main/css/chamilo/images/chamilo-welcome.png
  3. 2
      main/css/responsive.css

@ -75,7 +75,7 @@ a:active {
* STYLE THEME CHAMILO *
*****************************************************/
.welcome-mascot{
background: url(images/chamilo-welcome.png) no-repeat right center;
background: url(images/chamilo-welcome.png) no-repeat right 0;
padding-right: 200px;
padding-bottom: 2em;
padding-top: 2em;
@ -324,7 +324,6 @@ a:active {
font-weight: bold;
color: #0191C7;
padding-bottom: 10px;
line-height: 28px;
}
#homepage .row .span9 p,#homepage .row .span9 ol {
color: #6E6E6E;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 16 KiB

@ -512,7 +512,7 @@ The more frequent ones have been marked with *
}
footer #footer_left a, footer #footer_center a, footer #footer_right a {
color : #999;
color : #F1D40D;
}
#footer_left , #footer_right #admin_name, #footer_right #software_name {

Loading…
Cancel
Save