• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 15: Line 15:  
     -moz-box-sizing: border-box;
 
     -moz-box-sizing: border-box;
 
}
 
}
#corebuttons {
+
 
    -webkit-column-count: 3;
  −
    -webkit-column-gap:  3px;
  −
    -moz-column-count:    3;
  −
    -moz-column-gap:      3px;
  −
    column-count:        3;
  −
    column-gap:          3px;
  −
}
   
#mainpage * {
 
#mainpage * {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
Line 30: Line 23:  
#mp-leftcolumn {
 
#mp-leftcolumn {
 
     float:left;
 
     float:left;
     width:59%;
+
     width:360px;
 
     margin-right:0.1%
 
     margin-right:0.1%
 
}
 
}
Line 36: Line 29:  
#mp-rightcolumn {
 
#mp-rightcolumn {
 
     float:right;
 
     float:right;
     width:40%;
+
     width:auto;
 
     margin-left:0.1%;
 
     margin-left:0.1%;
 
}
 
}

Navigation menu