aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/light/style.less
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-05-06 03:08:08 -0700
committerSimon <simon@kisikew.org>2012-05-06 03:08:08 -0700
commitb4bd8258e21f713d9ae7f6e1317c44ffe896bb5d (patch)
treea67450cafde261600dac237208ab8259b674c7dd /view/theme/dispy/light/style.less
parent47c3b43afd64cd1c05b67d347fb1219c42fe6d20 (diff)
parentf32c3d74a4a70d871a5f0f166bbe67fe9dcea26f (diff)
downloadvolse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.tar.gz
volse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.tar.bz2
volse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.zip
Merge pull request #290 from simonlnu/master
font and width tweaking
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r--view/theme/dispy/light/style.less11
1 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less
index 8968da42e..848e4f16d 100644
--- a/view/theme/dispy/light/style.less
+++ b/view/theme/dispy/light/style.less
@@ -59,7 +59,8 @@ select {
padding: 3px;
margin: 3px;
color: #222;
- background: #eee; }
+ background: #eee;
+}
option {
padding: 3px;
@@ -67,13 +68,13 @@ option {
background: #eee;
&[selected="selected"] {
color: #111;
- background: #cca; } }
-
+ background: #cca; }
+}
ul, ol {
- padding: 0; }
+ padding: 0;
+}
/* remember to define focus styles! */
-
:focus {
outline: 0; }