summaryrefslogtreecommitdiff
path: root/demo/src/main/webapp/stylesheets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/main/webapp/stylesheets/main.css')
-rw-r--r--demo/src/main/webapp/stylesheets/main.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/demo/src/main/webapp/stylesheets/main.css b/demo/src/main/webapp/stylesheets/main.css
new file mode 100644
index 00000000..80b8361a
--- /dev/null
+++ b/demo/src/main/webapp/stylesheets/main.css
@@ -0,0 +1,26 @@
+body {
+ font-family: "Trebuchet MS", Arial, sans-serif;
+}
+table, th, td {
+ border: 1px solid #D4E0EE;
+ border-collapse: collapse;
+ color: #555;
+}
+
+td, th {
+ padding: 4px;
+}
+
+thead {
+ text-align: center;
+ background: #E6EDF5;
+ color: #4F76A3
+}
+
+th {
+ text-align: left;
+}
+
+div {
+ padding: 10px;
+}