Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Mar 17, 2013
1 parent 19a441b commit da9f9cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
15 changes: 0 additions & 15 deletions all.css
Expand Up @@ -75,21 +75,6 @@ Screen and Print Styles for the Wrap Plugin
margin-left: auto;
margin-right: auto;
}
/*
.dokuwiki .wrap_column,
.dokuwiki .wrap_left,
.dokuwiki .wrap_right {
overflow: hidden;
}
*/

.dokuwiki .wrap_container {
margin-right: -1.5em;
}
[dir=rtl] .dokuwiki .wrap_container {
margin-left: -1.5em;
margin-right: 0;
}

/*____________ CSS3 columns ____________*/

Expand Down
7 changes: 0 additions & 7 deletions print.css
Expand Up @@ -5,13 +5,6 @@ Print Styles for the Wrap Plugin (additional to all.css)
/* boxes and notes with icons
********************************************************************/

.dokuwiki .wrap_box,
.dokuwiki .wrap_danger, .dokuwiki .wrap_warning, .dokuwiki .wrap_caution, .dokuwiki .wrap_notice, .dokuwiki .wrap_safety,
.dokuwiki .wrap_info, .dokuwiki .wrap_important, .dokuwiki .wrap_alert, .dokuwiki .wrap_tip, .dokuwiki .wrap_help, .dokuwiki .wrap_todo, .dokuwiki .wrap_download {
/*
overflow: hidden;
*/
}
.dokuwiki div.wrap_box,
.dokuwiki div.wrap_danger, .dokuwiki div.wrap_warning, .dokuwiki div.wrap_caution, .dokuwiki div.wrap_notice, .dokuwiki div.wrap_safety,
.dokuwiki div.wrap_info, .dokuwiki div.wrap_important, .dokuwiki div.wrap_alert, .dokuwiki div.wrap_tip, .dokuwiki div.wrap_help, .dokuwiki div.wrap_todo, .dokuwiki div.wrap_download {
Expand Down

0 comments on commit da9f9cd

Please sign in to comment.