summaryrefslogtreecommitdiff
path: root/lib/plugins/styling/style.less
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-06-26 12:22:43 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-06-26 12:22:43 +0200
commit86c97e91e4aa9ed17ed75df279181e4b61353c7c (patch)
tree15b93454fa3c7de93703156ed81c8a04559ebaf9 /lib/plugins/styling/style.less
parent5ddba4576a304c9e62b028c97ee466d79de12429 (diff)
downloadrpg-86c97e91e4aa9ed17ed75df279181e4b61353c7c.tar.gz
rpg-86c97e91e4aa9ed17ed75df279181e4b61353c7c.tar.bz2
fixes various probelms mentioned in #1163
however I think I will convert the dialog to a real popup instead.
Diffstat (limited to 'lib/plugins/styling/style.less')
-rw-r--r--lib/plugins/styling/style.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/styling/style.less b/lib/plugins/styling/style.less
new file mode 100644
index 000000000..8920cb183
--- /dev/null
+++ b/lib/plugins/styling/style.less
@@ -0,0 +1,8 @@
+#plugin__styling {
+
+ h1 button {
+ font-size: 12px;
+ line-height: 16px;
+ margin-left: 1em;
+ }
+}