mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
minor changes
This commit is contained in:
parent
50be6681d9
commit
d54c8a249d
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue