1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-29 00:07:36 +01:00

Updating CHANGELOG.md, add COPYING, last improvements to css and Pivot.skin.php

This commit is contained in:
Tom Hutchison
2017-03-12 16:48:13 -04:00
parent 8765cf2750
commit 07764289d8
6 changed files with 52 additions and 13 deletions

View File

@@ -1,13 +1,24 @@
@media print {
nav, footer { display:none; }
}4.namespace.label {
/* stop double border at bottom with print */
footer.row {
border: none;
}
/*make namespace labels stand out */
h4.namespace.label {
padding: 0.25em;
font-size: 1.4em !important;
font-weight: normal;
background-color: #2284a1 !important;
color: #fff !important;
}
/* do not print borders of page */
#p-cactions {
border-right:none;
border-left:none;
}
/* if addThis share is used, hide mobile content from js */
#at4m-dock {
display: none;
}
}

View File

@@ -331,8 +331,8 @@ li.social-follow {
.ns--1 table.mw-specialpages-table td {
display: inline;
}
.ns-14 table,
.ns--1 table {
.ns-14 table,
.ns--1 table {
overflow:hidden;
}
.ns-14 table ul,
@@ -400,6 +400,7 @@ table.formedit tr:nth-of-type(even) {
table {
width: auto;
max-width: 100%;
}
td.mw-label {
@@ -886,6 +887,8 @@ margin: 0;
padding-top: 1.5em;
padding-bottom: .5em;
background-color: #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
ul.side-nav .button {