aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/main.css')
-rw-r--r--assets/stylesheets/main.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/stylesheets/main.css b/assets/stylesheets/main.css
new file mode 100644
index 0000000..6ad8d20
--- /dev/null
+++ b/assets/stylesheets/main.css
@@ -0,0 +1,25 @@
+footer {
+ text-align: center;
+}
+
+main > ul {
+ list-style-type: none;
+}
+
+main > ul > li {
+ position: relative;
+ padding-left: 0px;
+ margin-bottom: 10px
+}
+
+main > ul > li:before {
+ position: absolute;
+ top: 0px;
+ left: -30px;
+ font-family: FontAwesome;
+ content: "\f0a4";
+}
+
+main > ul > li > p:first-child {
+ font-weight: bold;
+}