mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-23 00:13:04 +02:00
Merge pull request #4 from varemenos/master
Anchors set to `display:block;` to increase hit area
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
min-height:100%;
|
min-height:100%;
|
||||||
border:10px solid #ECEEF1;
|
border-top:10px solid #ECEEF1;
|
||||||
|
border-bottom:10px solid #ECEEF1;
|
||||||
color:#61666c;
|
color:#61666c;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
@@ -44,7 +45,7 @@ a:hover {
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
padding-top:20px;
|
padding-top:20px;
|
||||||
max-width:900px;
|
max-width:500px;
|
||||||
}
|
}
|
||||||
/*------------------------------------*\
|
/*------------------------------------*\
|
||||||
Demo block
|
Demo block
|
||||||
@@ -103,6 +104,9 @@ td {
|
|||||||
-o-transition:background 300ms ease;
|
-o-transition:background 300ms ease;
|
||||||
transition:background 300ms ease;
|
transition:background 300ms ease;
|
||||||
}
|
}
|
||||||
|
td a{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
tr.parent a {
|
tr.parent a {
|
||||||
color:#9099A3;
|
color:#9099A3;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user