Remove content pertaining to prefetching

This commit is contained in:
Zixaphir 2013-05-03 11:19:46 -07:00
parent 0f7f8dc7fa
commit d01154ed7d
6 changed files with 16 additions and 27 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -526,11 +526,6 @@ else "
z-index: 22; z-index: 22;
}" else "" }" else ""
} }
/* Prefetcher */
#prefetch {
z-index: 9;
position: fixed;
}
/* Delete Buttons */ /* Delete Buttons */
#{if _conf['Hide Delete UI'] then " #{if _conf['Hide Delete UI'] then "
.deleteform, .deleteform,

View File

@ -63,10 +63,7 @@ html {
#{Style.filter theme["Text"], theme["Input Background"]} #{Style.filter theme["Text"], theme["Input Background"]}
} }
#boardTitle, #boardTitle,
#prefetch, #{unless _conf["Post Form Decorations"] then '#spoilerLabel' else ''} {
#showQR,
#{unless _conf["Post Form Decorations"] then '#spoilerLabel,' else ''}
#thread-stats {
text-shadow: text-shadow:
1px 1px 0 #{backgroundC}, 1px 1px 0 #{backgroundC},
-1px -1px 0 #{backgroundC}, -1px -1px 0 #{backgroundC},

View File

@ -312,15 +312,12 @@ Style =
) )
iconOffset = ( iconOffset = (
if g.VIEW is 'thread' and _conf['Prefetch'] 20 + (
250 + Style.sidebarOffset.W if g.VIEW is 'thread' and _conf['Updater Position'] is 'top'
else 100
20 + ( else
if g.VIEW is 'thread' and _conf['Updater Position'] is 'top' 0
100 )
else
0
)
) - ( ) - (
if _conf['4chan SS Navigation'] if _conf['4chan SS Navigation']
0 0