Some cleanup

This commit is contained in:
Zixaphir 2013-08-20 00:38:13 -07:00
parent c37971cc54
commit 8a83feaaa1
4 changed files with 9 additions and 18 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@ Settings =
init: ->
# Appchan X settings link
el = $.el 'a',
className: 'settings-link icon icon-wrench'
className: 'settings-link'
href: 'javascript:;'
textContent: 'Settings'
$.on el, 'click', Settings.open

View File

@ -9,7 +9,6 @@ Style =
['themeCSS', Style.theme(theme), 'theme']
['emojiCSS', Emoji.css(), 'emoji']
['dynamicCSS', Style.dynamic(), 'dynamic']
['icons', "", 'icons']
['paddingSheet', "", 'padding']
['mascot', "", 'mascotSheet']
]
@ -168,8 +167,6 @@ Style =
"""<%= grunt.file.read('src/General/css/theme.css').replace(/\s+/g, ' ').trim() %>""" + <%= grunt.file.read('src/General/css/themeoptions.css').replace(/\s+/g, ' ').trim() %>
iconPositions: ->
css = """<%= grunt.file.read('src/General/css/icons.base.css').replace(/\s+/g, ' ').trim() %>"""
# Slideout Navigation
slideNav = $.el 'i',
id: 'so-nav'
@ -193,8 +190,6 @@ Style =
el.className = 'a-icon'
Header.addShortcut el
Style.icons.textContent = css
padding: ->
Style.padding.nav = Header.bar
Style.padding.pages = $ '.pagelist', d.body