summaryrefslogtreecommitdiffstats
path: root/static/css/fripost.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/fripost.css')
-rw-r--r--static/css/fripost.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css
new file mode 100644
index 0000000..b7a235b
--- /dev/null
+++ b/static/css/fripost.css
@@ -0,0 +1,22 @@
+.navbar-fripost {
+ background-color: inherit;
+ border-bottom: black thin solid;
+ border-radius: 0;
+ margin-top: 1em
+}
+.navbar-fripost a {
+ color: black;
+}
+.navbar-fripost .navbar-toggle .icon-bar {
+ background-color: black;
+}
+table {
+ border-collapse: separate;
+ border-spacing: 1ex;
+}
+table > tr > td {
+ padding: 0 1ex;
+}
+table > tr > th {
+ padding: 0 1ex;
+}