aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMax Howell2012-08-14 12:42:56 -0400
committerMax Howell2012-08-14 12:42:56 -0400
commitbb2dcf50b256c332112362f809327daf7f0fc9aa (patch)
tree81a7f36fe3cd4dd4b21c87fbddc5c65e4020da83 /css
parentecc91f95e5af0a79ba2107662eb5186bcafcb062 (diff)
downloadhomebrew-bb2dcf50b256c332112362f809327daf7f0fc9aa.tar.bz2
Bigger install line; Moved wiki link
Shorter install line, but this redirect works 100% now. So cool.
Diffstat (limited to 'css')
-rw-r--r--css/screen.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/screen.css b/css/screen.css
index 27788464c..564ae48d8 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -58,6 +58,8 @@ h2 {
font-size: 300%;
text-align: center;
color: #d7af72;
+ margin-top: 0.5em;
+ margin-bottom: 0.1em;
}
h1 a,
@@ -99,6 +101,10 @@ pre code {
line-height: 1.6;
}
+#selectable {
+ font-size: 1.9em;
+}
+
/*}}}*/
/* @section Informations {{{
@@ -132,6 +138,7 @@ pre code {
.button {
text-align: center;
+ margin: 1em 0 2em;
}
#informations .button a {
@@ -144,6 +151,7 @@ pre code {
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
text-decoration: none;
+ font-size: larger;
}
#informations .button a:hover {