Skip to content

Commit

Permalink
https://twitter.com/dcarnestedt/status/1207263897834708992
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Dec 18, 2019
1 parent 36cbf41 commit e552f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ferenda/sources/legal/se/res/css/sfs.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

.platsmarkor {
position: absolute;
left: -45px;
left: -35px;
font-size: 0.6em;
margin-top: 2px;
margin-top: 6px;
color: #999;
font-family: Arial;
}
Expand Down
2 changes: 1 addition & 1 deletion lagen/nu/sfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def makeimage(basename, label):
util.ensure_dir(filename)
self.log.info("Creating img %s with label %s" %
(filename, label))
cmd = 'convert -background transparent -fill Grey -font %s -pointsize 10 -size 44x14 -gravity East label:"%s " %s' % (font, label, filename)
cmd = 'convert -background transparent -fill gray50 -font %s -pointsize 10 -size 44x14 -gravity East label:"%s " %s' % (font, label, filename)
util.runcmd(cmd)
return filename
ret = []
Expand Down

0 comments on commit e552f0e

Please sign in to comment.