projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9abc7c
)
Fix Register Now button styling.
author
rsiddharth
<rsd@gnu.org>
Tue, 11 Oct 2016 02:05:56 +0000
(
02:05
+0000)
committer
rsiddharth
<rsd@gnu.org>
Tue, 11 Oct 2016 02:05:56 +0000
(
02:05
+0000)
modified: 2017/includes/common_js.html
2017/includes/common_js.html
patch
|
blob
|
blame
|
history
diff --git
a/2017/includes/common_js.html
b/2017/includes/common_js.html
index 04da57441058eac604b12fb7abea3a302a2ba9b4..172d7e8902bbda3d6a3d33ca3144db22d3737d1f 100755
(executable)
--- a/
2017/includes/common_js.html
+++ b/
2017/includes/common_js.html
@@
-42,10
+42,8
@@
function logoTextStack() {
screen_size = $(window).width();
if(screenSize <= 767) {
- $(".register-now").removeClass("btn btn-register btn-lg btn-block");
$("#lp-nav").insertAfter("#lp-content");
} else {
- $(".register-now").addClass("btn btn-register btn-lg btn-block");
$("#lp-nav").insertBefore("#lp-content");
}
}