font-size:13;을 font-size:13px;로 변경

allButton.php를 template로 이동.
This commit is contained in:
2018-01-29 22:54:40 +09:00
parent a1cb2da6c1
commit ae0c2de758
59 changed files with 791 additions and 414 deletions
+36 -1
View File
@@ -1 +1,36 @@
@charset "UTF-8";
@charset "UTF-8";
#container {
width:1000px;
margin: 0 auto;
}
.buttonPlate{
width:1000px;
height:60px;
}
.toolbarButton {
float:left;
background-color:#225500;
color:white;
width:125px;
height:30px;
font-weight:bold;
font-size:13px;
margin:0;
display:block;
}
.toolbarButton2 {
float:left;
background-color:#225500;
color:magenta;
width:125px;
height:30px;
font-weight:bold;
font-size:13px;
margin:0;
display:block;
}