Browse Source

Optimizing!

Fechin 8 years ago
parent
commit
7ada0bad0f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      layout/_partial/scripts.ejs
  2. 1 1
      source/css/diaspora.css

+ 1 - 1
layout/_partial/scripts.ejs

@@ -1 +1 @@
-<%- js(['js/jquery.min.js', 'js/plugin.js', 'js/diaspora.js'])%>
+<%- js(['//lib.baomitu.com/jquery/1.8.3/jquery.min.js', 'js/plugin.js', 'js/diaspora.js'])%>

+ 1 - 1
source/css/diaspora.css

@@ -198,7 +198,7 @@ h1.title {font-size:30px;color:#333;line-height:1.3;position:relative;font-weigh
 .icon-email:before {content:"\e60c";}
 
 /* Post or Page content style */
-.content {margin-top:75px;font-size:14px;line-height:2;color:#333;}
+.content {margin-top:50px;font-size:15px;line-height:2;color:#333;}
 .content a {color:#333;text-decoration:underline;}
 .content hr {height:2px;width:90%;margin:30px 0 30px 5%;background:#eee;border:none;}
 .content ul,.content ol {margin:10px 0;padding-left:20px;}