Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/gjvote
This commit is contained in:
@@ -5,3 +5,7 @@ div.content {
|
||||
div.bottom-space {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
img.thumbnail {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@@ -78,7 +78,6 @@ div.horizontal-scroll {
|
||||
}
|
||||
|
||||
img.thumbnail {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
|
@@ -51,6 +51,7 @@ function showModal(options) {
|
||||
}
|
||||
}
|
||||
modal.style.visibility = 'visible';
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
function hideModal() {
|
||||
|
Reference in New Issue
Block a user