minor changes

This commit is contained in:
coderaiser 2012-07-20 10:50:23 +03:00
parent 50be6681d9
commit d54c8a249d

View file

@ -1,4 +1,3 @@
/* =============================================================================
Base
========================================================================== */
@ -56,7 +55,9 @@ ul{ margin: 1em 0; padding: 0 20px 0 20px; }
========================================================================== */
@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
* { background: transparent !important;
color: black !important; box-shadow:none !important; text-shadow: none !important;
filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */