summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/staff.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/staff.css')
-rw-r--r--public/assets/stylesheets/staff.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
new file mode 100644
index 0000000..0208878
--- /dev/null
+++ b/public/assets/stylesheets/staff.css
@@ -0,0 +1,10 @@
+* {
+ font-weight: 300;
+}
+th, b {
+ font-weight: bold;
+}
+#users td {
+ text-align: left;
+ padding: 2px 5px;
+} \ No newline at end of file