Browse Source

styling fixed

master
Christian Müller 11 years ago
parent
commit
3a40e00a2a
  1. 2
      resources/public/js/themes.js
  2. 1
      resources/public/styles/main.less

2
resources/public/js/themes.js

@ -39,7 +39,7 @@ var themes = {
}, },
foreground: { foreground: {
normal: '#93a1a1', normal: '#93a1a1',
halftone: '#eee8d5' halftone: '#839191'
}, },
link: { link: {
fresh: '#cb4b16', fresh: '#cb4b16',

1
resources/public/styles/main.less

@ -198,6 +198,7 @@ th {
td { td {
border-top: 1px dotted @foreground_halftone; border-top: 1px dotted @foreground_halftone;
padding: 0.3em; padding: 0.3em;
line-height: 2.5em;
} }
.middot { .middot {
padding: 0.5em; padding: 0.5em;

Loading…
Cancel
Save