summaryrefslogtreecommitdiff
path: root/uploaded/css/demo-ie8.css
diff options
context:
space:
mode:
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;
+}