From f25dc2b38cb7499be466edaf0350fa8e702d844c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 30 Nov 2014 13:03:02 -0500 Subject: [PATCH 1/2] test --- .project | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 0000000..88a30eb --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + theme-original + + + + + + + + From a22cb1c9818771e5216e46f5d6c818dfd8c24dfd Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 30 Nov 2014 13:09:18 -0500 Subject: [PATCH 2/2] making some changes --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9107145..08cd66c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300); +@import url(http://fonts.googleapis.com/css?family=Philosopher:400,700,600,300); @import url(http://postach.io/static/themes/_assets/bootstrap/css/bootstrap.min.css); @import url(http://postach.io/static/themes/_assets/bootstrap/css/bootstrap-responsive.min.css); /** @@ -16,6 +16,7 @@ display: block; } .invisible { + visibility: hidden; } .pull-left {