diff --git a/public/designs/templates/1024px/simple.yml b/public/designs/templates/1024px/simple.yml index ae9f6c0..91f34a1 100644 --- a/public/designs/templates/1024px/simple.yml +++ b/public/designs/templates/1024px/simple.yml @@ -1,2 +1,2 @@ -title: Default template +title: "1024 px" number_of_boxes: 3 diff --git a/public/designs/templates/default/default.yml b/public/designs/templates/default/default.yml new file mode 100644 index 0000000..ae9f6c0 --- /dev/null +++ b/public/designs/templates/default/default.yml @@ -0,0 +1,2 @@ +title: Default template +number_of_boxes: 3 diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index a9d8a7c..197c9a7 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -1,4 +1,4 @@ -* { +body, td, tr, li { font-family: Verdana, Arial, Helvetica, sans-serif; } body { -- libgit2 0.21.2