Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dunn <dunn.alex@gmail.com>2014-09-23 03:58:30 +0400
committerspf13 <steve.francia@gmail.com>2014-09-23 05:51:19 +0400
commit4e4ea9583f08c7f2fdd9fa1e8a37d0321e841aa5 (patch)
tree5adda9b81f89d7101670c96a2e82508fb41f0b80 /docs/static
parent26e44506e92172c1d692690ce5c660ccf676725b (diff)
instructions for Homebrew installation
updated installation page of documentation, and changed "Download" button on index.html to scroll to bottom where multiple installation options are featured getting the scrolldown to work required removing the fixed positioning on #action and on the footer
Diffstat (limited to 'docs/static')
-rwxr-xr-xdocs/static/css/HPstyles.css34
1 files changed, 16 insertions, 18 deletions
diff --git a/docs/static/css/HPstyles.css b/docs/static/css/HPstyles.css
index 85afa322e..8c7f88e14 100755
--- a/docs/static/css/HPstyles.css
+++ b/docs/static/css/HPstyles.css
@@ -42,7 +42,7 @@ body {
}
.logo {
- max-width: 35em;
+ max-width: 35em;
width: 100%;
padding: 2em;
}
@@ -51,7 +51,7 @@ body {
margin: 2em 0 4em;
}
-@media only screen
+@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px)
and (orientation : portrait)
@@ -68,7 +68,7 @@ and (orientation : portrait)
}
}
-@media only screen
+@media only screen
and (min-device-width : 320px)
and (max-device-width : 1024px)
and (orientation : landscape) {
@@ -192,27 +192,25 @@ i.callout-icon:hover {
#action {
background: url(../img/gray.png);
- padding: 50px 0px 30px;
- position: fixed;
- bottom: 130px;
- z-index: 99998;
+ padding: 30px 0px 40px;
width: 100%;
}
-
-#footerSpacer {
- display: block;
- min-height: 310px;
- background-color: rgba(0, 0, 0, 0);
+#action pre {
+ background-color: #545454;
+ color: #f9f2f4;
+}
+#action pre:hover {
+ background-color: #f9f2f4;
+ color: #545454;
+}
+#action code {
+ font-family: Lato, monospace;
+ font-size: 14pt;
}
#footer {
- bottom: 0px;
- left: 0px;
- padding: 10px 0px;
- position: fixed;
- width: 100%;
font-size: 14px;
- z-index: 99998;
+ padding: 50px 0px 25px 0px;
background: rgb(255, 255, 255);
}