Template:Palette/styles.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with ".paletteRow { padding-right:5px; padding-bottom:5px; display: table; } .palette { float:left; } .palette2 { width:27px; height:14px; display:table-cell; border: 1px..." |
No edit summary |
||
Line 14: | Line 14: | ||
display:table-cell; |
display:table-cell; |
||
border: 1px solid #aaaaaa; |
border: 1px solid #aaaaaa; |
||
cursor: pointer; |
|||
} |
} |
||
Latest revision as of 05:59, 1 June 2023
.paletteRow {
padding-right:5px;
padding-bottom:5px;
display: table;
}
.palette {
float:left;
}
.palette2 {
width:27px;
height:14px;
display:table-cell;
border: 1px solid #aaaaaa;
cursor: pointer;
}
.palette3 {
display:table-cell;
padding-left: 5px;
}
.palette4 {
padding-left:5px;
}
.palette5 {
padding-top:0px;
line-height:8px;
}