4chan-x/css/icons.vert.tu.css
2013-03-19 18:03:29 -07:00

8 lines
350 B
CSS

/* Updater + Stats */
#updater,
#stats {
#{align}: #{if _conf["Updater Position"] is "top" then "24" else "2"}px !important;
#{Style.sidebarLocation[1]}: auto !important;
top: #{if _conf["Updater Position"] == "top" then "-1px" else "auto"} !important;
bottom: #{if _conf["Updater Position"] == "bottom" then "-2px" else "auto"} !important;
}