Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ccgus/fmdb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'html/css/scss/_print.scss')
-rw-r--r--html/css/scss/_print.scss42
1 files changed, 0 insertions, 42 deletions
diff --git a/html/css/scss/_print.scss b/html/css/scss/_print.scss
deleted file mode 100644
index 61bdf99..0000000
--- a/html/css/scss/_print.scss
+++ /dev/null
@@ -1,42 +0,0 @@
-@media print {
- body {
- background: #fff;
- padding: 8px;
- }
-
- header {
- position: static;
- background: #fff;
- color: #000;
- }
-
- aside {
- display: none;
- }
-
- .container {
- max-width: none;
- padding: 0;
- }
-
- article {
- margin-top: 0;
-
- #content {
- border: 0;
- background: #fff;
- padding: 15px 0 0 0;
-
- .title {
- margin-top: 0;
- padding-top: 0;
- }
- }
- }
-
- .method-info {
- &, & .pointy-thing {
- background: #fff;
- }
- }
-}