summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdonis K <aklp08@gmail.com>2013-01-15 09:55:07 +0200
committerAdonis K <aklp08@gmail.com>2013-01-15 09:55:07 +0200
commit933bf75bdc7b919388e5841f5d5073db044a6d0c (patch)
tree1e689786db4ad9fef14e52c2b3b7191e04d5dd1e
parent7ad325393ce2c1dcb46b0bbedc87cacce73e628d (diff)
downloadApaxy-933bf75bdc7b919388e5841f5d5073db044a6d0c.zip
Apaxy-933bf75bdc7b919388e5841f5d5073db044a6d0c.tar.gz
Apaxy-933bf75bdc7b919388e5841f5d5073db044a6d0c.tar.bz2
turned anchors into blocks to make it easier to point n' click
resized the wrap to make it easier to read the table removed html element's border-left and border-right
-rw-r--r--apaxy/theme/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css
index 5d38735..3a383bb 100644
--- a/apaxy/theme/style.css
+++ b/apaxy/theme/style.css
@@ -17,7 +17,8 @@
html {
min-height:100%;
- border:10px solid #ECEEF1;
+ border-top:10px solid #ECEEF1;
+ border-bottom:10px solid #ECEEF1;
color:#61666c;
font-weight:400;
font-size:1em;
@@ -44,7 +45,7 @@ a:hover {
.wrapper {
margin:0 auto;
padding-top:20px;
- max-width:900px;
+ max-width:500px;
}
/*------------------------------------*\
Demo block
@@ -103,6 +104,9 @@ td {
-o-transition:background 300ms ease;
transition:background 300ms ease;
}
+td a{
+ display: block;
+}
tr.parent a {
color:#9099A3;
}