Merge branch 'master' of github.com:aeosynth/4chan-x

This commit is contained in:
Nicolas Stepien 2011-10-15 04:05:41 +02:00
commit 7e2c932550
2 changed files with 8 additions and 6 deletions

View File

@ -3251,13 +3251,14 @@
\ \
#watcher {\ #watcher {\
position: absolute;\ position: absolute;\
width: 250px;\
overflow: hidden;\
white-space: nowrap;\
}\ }\
#watcher > div {\ #watcher > div {\
overflow: hidden;\
padding-right: 5px;\ padding-right: 5px;\
padding-left: 5px;\ padding-left: 5px;\
text-overflow: ellipsis;\
max-width: 200px;\
white-space: nowrap;\
}\ }\
#watcher > div.move {\ #watcher > div.move {\
text-decoration: underline;\ text-decoration: underline;\

View File

@ -2510,13 +2510,14 @@ Main =
#watcher { #watcher {
position: absolute; position: absolute;
width: 250px;
overflow: hidden;
white-space: nowrap;
} }
#watcher > div { #watcher > div {
overflow: hidden;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
text-overflow: ellipsis;
max-width: 200px;
white-space: nowrap;
} }
#watcher > div.move { #watcher > div.move {
text-decoration: underline; text-decoration: underline;