]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/print.css
Fixes ticket:1409; correct typo 'subcription' to 'subscription' in HTML and CSS.
[quix0rs-gnu-social.git] / theme / base / css / print.css
1 /** theme: base
2  *
3  * @package   Laconica
4  * @author Sarven Capadisli <csarven@controlyourself.ca>
5  * @copyright 2009 Control Yourself, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://laconi.ca/
8  */
9
10 a:after { background-color:#fff; }
11 a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }
12
13 img { border:none; }
14 p { orphans: 2; widows: 1; }
15
16 #site_nav_global_primary,
17 #site_nav_local_views,
18 #form_notice,
19 .pagination,
20 #site_nav_global_secondary,
21 .entity_actions,
22 .notice-options,
23 #aside_primary,
24 .form_subscription_edit .submit {
25 display:none;
26 }
27
28 .timestamp dt, .timestamp dd,
29 .device dt, .device dd {
30 display:inline;
31 }
32
33 .profiles li,
34 .notices li {
35 margin-bottom:18px;
36 }