Skip to content

Commit fa91c96

Browse files
committed
pjax works on index and getting started. current issues: 1. form in donate is broken. 2. on non-primary loads of index.html, internal scripts do not execute (fb, twitter, news feed). 3. nav link activator script not working.
1 parent abd535a commit fa91c96

File tree

8 files changed

+1938
-1455
lines changed

8 files changed

+1938
-1455
lines changed

war/css/docs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ h3 code {
2626
/* Tweak navbar brand link to be super sleek
2727
-------------------------------------------------- */
2828

29-
body > .navbar {
29+
.navbar {
3030
font-size: 13px;
3131
}
3232

3333
/* Change the docs' brand */
34-
body > .navbar .brand {
34+
.navbar .brand {
3535
padding-right: 0;
3636
padding-left: 0;
3737
margin-left: 20px;
@@ -43,7 +43,7 @@ body > .navbar .brand {
4343
-moz-transition: all .2s linear;
4444
transition: all .2s linear;
4545
}
46-
body > .navbar .brand:hover {
46+
.navbar .brand:hover {
4747
text-decoration: none;
4848
text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
4949
}

0 commit comments

Comments
 (0)