summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorPhilipp Hagemeister <[email protected]>2013-05-09 16:48:07 -0700
committerPhilipp Hagemeister <[email protected]>2013-05-09 16:48:07 -0700
commit49698bfaa36972e9f425c4a2aa92e66f376d33dd (patch)
tree8beb3805c5e53d22aa424634298bb6f106d8f524 /style.css
parent71c8858fcd1212b5cf7bb85b69f1bf63d5634992 (diff)
parent633f6f9b393395d4f901e423b3ec1bdc99dc1704 (diff)
downloadyoutube-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.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1b8fece55..6946eb7e9 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}