summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-24 05:09:23 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-24 05:09:23 +0000
commit240ea969214fe3d18c96d0f9ba1d2b5af63aa54d (patch)
tree03b4ae3753674be23f9e6df5271138fd9f728b79 /theme
parent8845b3b3b68a6a4da4c1123fb8228232290308e1 (diff)
Print stylesheet - Added license and cleanup
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/print.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/theme/base/css/print.css b/theme/base/css/print.css
index cf3ac0391..2da3e5e44 100644
--- a/theme/base/css/print.css
+++ b/theme/base/css/print.css
@@ -1,8 +1,14 @@
-body { font-size:12pt; }
+/** theme: base
+ *
+ * @package Laconica
+ * @author Sarven Capadisli <csarven@controlyourself.ca>
+ * @copyright 2009 Control Yourself, Inc.
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @link http://laconi.ca/
+ */
+
a:after { background-color:#fff; }
a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }
-a:not([href^="http:"]):after { content: " ( http://identi.ca/"attr(href)" ) "; }
-a[href^="/"]:after { content: " ( http://identi.ca" attr(href) " ) "; }
img { border:none; }
p { orphans: 2; widows: 1; }
@@ -14,7 +20,8 @@ p { orphans: 2; widows: 1; }
#site_nav_global_secondary,
.entity_actions,
.notice-options,
-#aside_primary {
+#aside_primary,
+.form_subcription_edit .submit {
display:none;
}
@@ -23,6 +30,7 @@ display:none;
display:inline;
}
+.profiles li,
.notices li {
margin-bottom:18px;
}