diff --git a/Gemfile b/Gemfile index 9f3f0c0b9..bfc0b773f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,6 @@ unless RUBY_PLATFORM =~ /w32/ gem 'rubyzip' gem 'zip-zip' end -gem 'thin' gem 'seems_rateable', path: 'lib/seems_rateable' gem "rails", "3.2.13" gem "jquery-rails", "~> 2.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index 199da2490..54d89f381 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,9 +40,7 @@ GEM arel (3.0.2) builder (3.0.0) coderay (1.0.9) - daemons (1.1.9) erubis (2.7.0) - eventmachine (1.0.3) fastercsv (1.5.0) hike (1.2.3) i18n (0.6.1) @@ -93,10 +91,6 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - thin (1.5.1) - daemons (>= 1.0.9) - eventmachine (>= 0.12.6) - rack (>= 1.0.0) thor (0.18.1) tilt (1.4.1) treetop (1.4.14) @@ -123,4 +117,3 @@ DEPENDENCIES rdoc (>= 2.4.2) ruby-openid (~> 2.1.4) seems_rateable! - thin diff --git a/public/stylesheets/welcome.css b/public/stylesheets/welcome.css index dba9f478f..9be876239 100644 --- a/public/stylesheets/welcome.css +++ b/public/stylesheets/welcome.css @@ -1,6 +1,6 @@ - - * 再添加的时候按照功能划分区块,随便加的被删掉自负 - */ + /* + * 再添加的时候按照功能划分区块,随便加的被删掉自负 + */ /************************** 某部分开始 *****************************/ /************************** 某部分结束 *****************************/ .top_bar{ @@ -290,8 +290,8 @@ div#tooltip::after { background-color: #FCE6EA; text-decoration: none; border-top: 1px solid #FFFFFF; - border-left: 1px solid #FFFFFF: - border-bottom: 1px solid #717171; + border-left: 1px solid #FFFFFF; + border-bottom: 1px solid #717171; border-right: 1px solid #717171; } .inner-content a:hover{ @@ -402,7 +402,7 @@ a.attachments_list_color { display: inline-block; margin-bottom: 3px; padding-left: 20px; - background: url('/images/list-icon.png') no-repeat scroll ; + background: url('/images/list-icon.png') no-repeat scroll; background-position: left center; font-size: 10pt; }