summaryrefslogtreecommitdiff
path: root/uploaded/css/demo-ie8.css
diff options
context:
space:
mode:
authorHorus32014-12-01 02:09:10 +0100
committerHorus32014-12-01 02:09:10 +0100
commitb435ec462e0f39457e14d81750f07781db97cb91 (patch)
tree6923f685c0ca9d6fef80d3496c02e12318e68fdc /uploaded/css/demo-ie8.css
parent33affa31742f0bc9d735349763f639087ea4e7ff (diff)
downloadtools.iamfabulous.de-b435ec462e0f39457e14d81750f07781db97cb91.tar.gz
File Uploaded added
Diffstat (limited to 'uploaded/css/demo-ie8.css')
-rw-r--r--uploaded/css/demo-ie8.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/uploaded/css/demo-ie8.css b/uploaded/css/demo-ie8.css
new file mode 100644
index 0000000..262493d
--- /dev/null
+++ b/uploaded/css/demo-ie8.css
@@ -0,0 +1,21 @@
+@charset "UTF-8";
+/*
+ * jQuery File Upload Demo CSS Fixes for IE<9 1.0.0
+ * https://github.com/blueimp/jQuery-File-Upload
+ *
+ * Copyright 2013, Sebastian Tschan
+ * https://blueimp.net
+ *
+ * Licensed under the MIT license:
+ * http://www.opensource.org/licenses/MIT
+ */
+
+.navigation {
+ list-style: none;
+ padding: 0;
+ margin: 1em 0;
+}
+.navigation li {
+ display: inline;
+ margin-right: 10px;
+}