Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print utility classes #6190

Closed
gellmaster opened this issue Dec 9, 2012 · 5 comments
Closed

Print utility classes #6190

gellmaster opened this issue Dec 9, 2012 · 5 comments
Milestone

Comments

@gellmaster
Copy link

Congrats on the 2.2.2 release and thanks to everyone that contributes.

Now that print css is included, what are your thoughts on adding responsive print utility classes? Easy enough to add to our individual projects but it may round out the printing features in bootstrap.

Maybe something like

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}
@mdo
Copy link
Member

mdo commented Dec 10, 2012

Submit a pull request to 3.0.0-wip and we'll add it :).

@gellmaster
Copy link
Author

Was afraid you'd say that. There's a first time for everything I guess. Apologies in advance if I don't get it right the first time.

mdo added a commit that referenced this issue Feb 6, 2013
@mdo
Copy link
Member

mdo commented Feb 6, 2013

@gellmaster No worries—I've gone ahead and added this to #6346. Thanks for the suggestion!

@mdo mdo closed this as completed Feb 6, 2013
@smartcorestudio
Copy link

Welcome addition, but I haven't found it in 2.3 docs

@Ollifi
Copy link

Ollifi commented Feb 8, 2013

yes,that should be added to http://twitter.github.com/bootstrap/scaffolding.html#responsive

kasperp referenced this issue in configit/bootstrap Feb 8, 2013
* upstream/master: (162 commits)
  add 2.3 changelog section
  remove prevent default on focus
  only fire hidden once backdrop has been removed
  if no callback, don't try to call callback ya goof
  Fixes #6823: add some docs notes about tooltips in input groups
  unit tests
  dont remove title attribute part 2
  Update link to changelog
  clean up styles
  Fixes #6808: mention IE lame-itude in docs for invalid inputs
  Fixes #6190: Add print utility classes
  screwed up a merge and an old version number crept in
  don't hide if already hidden ya n00b
  clear interval in cycle + rebuild
  update jquery to 1.9
  derp, fix broke css and recompile
  restore comma between selectors
  Fixes #6794: incorrect docs mention of th element
  fix typo
  Add changelog file to repo instead of relying on the wiki
  ...

Conflicts:
	docs/assets/css/bootstrap-responsive.css
	docs/assets/css/bootstrap.css
	docs/assets/js/bootstrap-tooltip.js
	docs/assets/js/bootstrap.js
	docs/assets/js/bootstrap.min.js
	docs/javascript.html
	docs/templates/pages/javascript.mustache
	js/bootstrap-tooltip.js
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants