summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
Diffstat (limited to 'skins')
-rw-r--r--skins/ArchLinux/arch.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css
index 85bf5fc6..1f90aef1 100644
--- a/skins/ArchLinux/arch.css
+++ b/skins/ArchLinux/arch.css
@@ -30,7 +30,15 @@ pre {
}
code,
tt {
- padding: 0.3em;
+ /* Inline-block prevents code from wrapping when starting too close to the
+ end of a line; it also lets select the entire code line with a triple
+ click */
+ display: inline-block;
+ padding: 0 0.3em;
+ /* A border would be inherited by the default style sheets, but we don't
+ want it */
+ border-width: 0;
+ border-radius: 0;
}
ul,
.portlet ul {