summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-15 13:47:01 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-15 13:47:01 +0530
commit821d476a4a9d778e77486027d654492e0874a699 (patch)
tree7ce7a253f5597ecc8782a61b7aba4be7d5d0987d /styling
parent035fcec2eb5cfd9a5da15e5e63fde6095af3a789 (diff)
styleshee update
Diffstat (limited to 'styling')
-rw-r--r--styling/style.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/styling/style.css b/styling/style.css
index bfaa373..a096c82 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -11,7 +11,7 @@ body {
color:#686868;
margin-left:auto;
margin-right:auto;
- width:100%;
+ width: 97%;
max-width: 500px;
}
@@ -138,18 +138,27 @@ a:hover {
.button {
margin: 1em 0.2em 0.2em;
- padding: 0.235em;
+ padding: 0.235em 1em 0.235em;
display: inline-block;
background-color: #f5f5f5;
border: 1px solid #efefef;
+ cursor: pointer;
}
-.button a:link {
+@media (min-width:320px) and (max-width:360px) {
+ .button {
+ display: block;
+ width: 80%;
+ margin: 0.5em auto 0.4em;
+ }
+}
+
+.button {
border:0;
}
-.button a:hover {
- background-color:inherit;
+.button:hover {
+ background-color:#f7f7f7;
}
.perma-link {