• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


コミットメタ情報

リビジョン0be70580bdf77eaa2c6200c5000411b623695d19 (tree)
日時2010-09-21 04:54:30
作者Jenny Steele <jsteele@geek...>
コミッターJenny Steele

ログメッセージ

Fix for broken css in webkit for title bars

変更サマリ

差分

--- a/Allura/allura/templates/jinja_master/site_style.css
+++ b/Allura/allura/templates/jinja_master/site_style.css
@@ -904,7 +904,9 @@ ul.ui-tab li a {
904904 }
905905 .base .pad .title, .title, .base .pad .title a, .title a, .actions a {color: rgb(255,255,255) !important;}
906906 .base .pad .title, .title {
907- background:-moz-linear-gradient(100% 100% 90deg, #222327, #36373B 100%) repeat scroll 0 0 #36373B;
907+ background-color: #222327;
908+ background-image: -webkit-gradient(linear, 0% 85%, 0% 100%, from(#222327), to(#36373B));
909+ background: -moz-linear-gradient(100% 100% 90deg, #222327, #36373B 100%) repeat scroll 0 0 #36373B;
908910 border-top-left-radius: 5px;
909911 border-top-right-radius: 5px;
910912 -webkit-border-top-left-radius: 5px;