1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-23 00:13:04 +02:00

Left padding added to icons

This commit is contained in:
Adam Whitcroft
2012-10-26 11:09:09 +01:00
parent fb8086ba53
commit 7ad325393c

View File

@@ -47,7 +47,7 @@ a:hover {
max-width:900px;
}
/*------------------------------------*\
Block
Demo block
\*------------------------------------*/
.block {
font-size:.875em;
@@ -86,6 +86,10 @@ th + th + th {
th + th + th + th {
width:5%;
}
tr td:first-of-type {
padding-left:10px;
padding-right:10px;
}
td {
padding:5px 0;
outline:0;
@@ -99,9 +103,6 @@ td {
-o-transition:background 300ms ease;
transition:background 300ms ease;
}
td:nth-of-type(1){
margin-right:20px;
}
tr.parent a {
color:#9099A3;
}