Skip to content

Commit c927b68

Browse files
author
Rhys Powell
committed
Further design tweaks
1 parent 1b1ee24 commit c927b68

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

app/assets/stylesheets/content.css.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,14 @@ p {
88
line-height: 1.15;
99
padding: 0.5em 0;
1010
margin: 0.5em 0;
11-
border-bottom: 1px solid #ccc;
12-
border-top: 1px solid #ccc;
11+
border-bottom: 1px solid #DDD;
1312
}
1413
h1 {
1514
margin-top: 1em;
1615
color: $heading;
1716
}
1817
}
1918

20-
#content {
21-
margin-top: 32px;
22-
}
23-
2419
.page-title {
2520
margin-bottom: 17px;
2621
border-bottom: 1px solid #DDD;
@@ -32,3 +27,7 @@ p {
3227
.page-title h1 {
3328
margin-bottom: 0px;
3429
}
30+
31+
.block-message {
32+
margin-top: 18px;
33+
}

app/views/static/faq.html.haml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
#faq
99
:markdown
10-
(or FAQ re: HH)
11-
1210
##My install of Hackety-Hack crashes?
1311

1412
Yes, we noticed that. Sorry. Multi-platform weirdness and all that. There are some known problems with HH on Windows Vista and XP, and they are being worked on.

0 commit comments

Comments
 (0)