Browse Source

Text tweak

Markus Ochel 12 years ago
parent
commit
ff58de6cb8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      admin/server/validate.coffee
  2. 1 1
      admin/static/css/icons.styl

+ 1 - 1
admin/server/validate.coffee

@@ -16,4 +16,4 @@ exports.validate_doc_update = (newDoc, oldDoc, userCtx) ->
     throw forbidden: 'slug is a required field' unless newDoc.slug
     
     if newDoc.published
-      throw forbidden: 'Published essay must have a publish date' unless newDoc.published_at
+      throw forbidden: 'Published doc must have a publish date' unless newDoc.published_at

+ 1 - 1
admin/static/css/icons.styl

@@ -3,7 +3,7 @@ $ver = 3
 @font-face
   font-family: 'fontello-kleks'
   src: url("/static/fonts/fontello-kleks-"+$ver+".eot")
-  src: url("/static/fonts/fontello-kleks-"+$ver+".eot?#iefix") format('embedded-opentype'), url("/static/fonts/fontello-kleks-"+$ver+".woff") format('woff'), url("/static/fonts/fontello-kleks-"+$ver+".ttf") format('truetype'), url("/static/fonts/fontello-kleks-"+$ver+".svg#fontello-kleks") format('svg')
+  src: local('☺'), url("/static/fonts/fontello-kleks-"+$ver+".eot?#iefix") format('embedded-opentype'), url("/static/fonts/fontello-kleks-"+$ver+".woff") format('woff'), url("/static/fonts/fontello-kleks-"+$ver+".ttf") format('truetype'), url("/static/fonts/fontello-kleks-"+$ver+".svg#fontello-kleks") format('svg')
   font-weight: normal
   font-style: normal