diff options
author | Philipp Hagemeister <[email protected]> | 2013-05-09 16:48:07 -0700 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2013-05-09 16:48:07 -0700 |
commit | 49698bfaa36972e9f425c4a2aa92e66f376d33dd (patch) | |
tree | 8beb3805c5e53d22aa424634298bb6f106d8f524 /style.css | |
parent | 71c8858fcd1212b5cf7bb85b69f1bf63d5634992 (diff) | |
parent | 633f6f9b393395d4f901e423b3ec1bdc99dc1704 (diff) | |
download | youtube-dl-49698bfaa36972e9f425c4a2aa92e66f376d33dd.tar.gz youtube-dl-49698bfaa36972e9f425c4a2aa92e66f376d33dd.zip |
Merge pull request #828 from jaimeMF/download-server
Fix float display
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,6 +73,7 @@ hr { margin-top: 10ex; text-align: center; font-size: x-small; + clear: both; } h1 { font-size: x-large; @@ -145,3 +146,7 @@ tt { background-color: #448888; border: 2px solid #008888; } + +.all-versions { + float: left; +} |