Difference between revisions of "MediaWiki:Common.css"

From Una finestra sul mondo
Jump to: navigation, search
(Nuova pagina: Gli stili CSS inseriti qui si applicano a tutte le skin: .news-item { background-color: #E5ECF9; })
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
.news-item {
 
.news-item {
 
   background-color: #E5ECF9;
 
   background-color: #E5ECF9;
 +
  margin-bottom: 15px;
 
}
 
}

Latest revision as of 13:24, 14 May 2009

/* Gli stili CSS inseriti qui si applicano a tutte le skin */

.news-item {
  background-color: #E5ECF9;
  margin-bottom: 15px;
}