Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Issue #1276: Bugfix display of new comments, accepted answer, text color, mobile menu. Fix html errors. #1289

Merged
merged 2 commits into from
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 114 additions & 82 deletions profiles/drupalru/themes/druru/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion profiles/drupalru/themes/druru/js/druru.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var Drupal = Drupal || {};
// Window resize events.
$(window).resize(resizeDebounce);

$('.menu-toggle').click(function() {
$('.menu-toggle').off('click').on('click', function() {
var entity = $(this).parents().filter(function() {
return $(this).data('entity-type');
}).eq(0);
Expand Down
Loading