Skip to content

Commit

Permalink
not .well into accordion, white bg to tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Apr 9, 2016
1 parent cd152ac commit 98846ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -105,7 +105,7 @@ body.send #sendtabs .btn {margin:0px;padding:5px}

/* # tabs ************/
ul.nav-tabs{padding:0}
div.tab-content {padding:20px;border:1px solid #CCC}
div.tab-content {padding:20px;border:1px solid #CCC;background-color:#FFF}
.nav.nav-tabs .active a,.nav.nav-tabs .active a:focus{background-color:#f5f5f5;outline:none}


Expand Down
2 changes: 1 addition & 1 deletion js/phpList3ToBootstrap.js
Expand Up @@ -4,7 +4,7 @@ var myfunction = function() {
$("#resumequeue").removeClass('hidden');

/* STRUCTURE */
$('.content').addClass('well');
$('.content').not('.accordion .content').addClass('well');


/* MAIN MENU */
Expand Down

0 comments on commit 98846ed

Please sign in to comment.