Template

EnemyInfo/styles.css: Difference between revisions

From The Rockman EXE Zone Wiki

< Template:EnemyInfo
(Created page with ".template_enemyinfo div { padding: 5px; margin: 1px; border: 0px dotted gray; } .template_enemyinfo ul, .template_enemyinfo ol { margin: 0; }")
 
No edit summary
Line 1: Line 1:
.template_enemyinfo div {
.template_enemyinfo_header {
  padding: 0 5px;
  margin: 1px;
}
/*.template_enemyinfo div {
   padding: 5px;
   padding: 5px;
   margin: 1px;
   margin: 1px;
Line 7: Line 11:
.template_enemyinfo ol {
.template_enemyinfo ol {
   margin: 0;
   margin: 0;
}
}*/

Revision as of 20:25, 21 August 2022

.template_enemyinfo_header {
  padding: 0 5px;
  margin: 1px;
}
/*.template_enemyinfo div {
  padding: 5px;
  margin: 1px;
  border: 0px dotted gray;
}
.template_enemyinfo ul,
.template_enemyinfo ol {
  margin: 0;
}*/