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

1
resources/public/styles/main.less

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

Loading…
Cancel
Save