Difference between revisions of "Team:Cairo Egypt/css/home style"

Line 11: Line 11:
 
hr.star-light:after,
 
hr.star-light:after,
 
hr.star-primary:after {
 
hr.star-primary:after {
   content: "" !important;
+
   /*content: "" !important;*/
 +
  top: -0.5em !important;
 
}
 
}
  
Line 23: Line 24:
 
   padding-bottom: 100px !important;
 
   padding-bottom: 100px !important;
 
   padding-top: 70px !important;
 
   padding-top: 70px !important;
 +
}
 +
 +
.fa {
 +
  font: normal normal normal 14px/2 FontAwesome !important;
 
}
 
}

Revision as of 20:06, 30 June 2015

.firstHeading {

 display: none;

}

  1. content {
 width: auto !important;
 padding: 0;
 top: 80px;

}

hr.star-light:after, hr.star-primary:after {

 /*content: "" !important;*/
 top: -0.5em !important;

}

h2 {

  padding-top: 0 !important; 
  padding-bottom: 0 !important; 
  border-bottom: none !important; 

}

header .container {

 padding-bottom: 100px !important;
 padding-top: 70px !important;

}

.fa {

 font: normal normal normal 14px/2 FontAwesome !important;

}