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;
}" else ""
}
/* Prefetcher */
#prefetch {
z-index: 9;
position: fixed;
}
/* Delete Buttons */
#{if _conf['Hide Delete UI'] then "
.deleteform,

View File

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

View File

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