Difference between revisions of "MediaWiki:Template css"

DETAILS
[+/-]

Widgets

Widgets<bs-widget-edit>

Wanted pages
Who is online?
From Asterix & Friends - Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
   color: black;  
 
   color: black;  
 
   width: 85%;
 
   width: 85%;
   height: 150px;
+
   height: 200px;
 
   border: 6px solid grey;
 
   border: 6px solid grey;
 
   padding: 15px;
 
   padding: 15px;

Latest revision as of 16:09, 8 December 2016

.Tabletest {

 color: black; 
 width: 85%;
 height: 200px;
 border: 6px solid grey;
 padding: 15px;
 text-align: middle;
 vertical-align: middle;

}