• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

allura


Commit MetaInfo

修订版88ff932b13849de57bddaad3866dbb21fa21baee (tree)
时间2010-06-10 03:13:38
作者Wolf <wolf@geek...>
CommiterWolf

Log Message

[#546] include ie.css for IE specific fixes

更改概述

差异

--- /dev/null
+++ b/pyforge/pyforge/public/nf/css/forge/ie.css
@@ -0,0 +1,5 @@
1+ .sfdl {height: 56px; width: 187px; background: url(images/sf-dl-lg.png) no-repeat; border: none;}
2+ .sfdls {height: 50px; width: 152px; background: url(images/sf-dl-sm.png) no-repeat; border: none;}
3+ .sfdl p, .sfdls p {background: none; border: none;}
4+
5+ .sfdl p.hide, .sfdls p.hide {display: none !important;}
--- a/pyforge/pyforge/templates/master.html
+++ b/pyforge/pyforge/templates/master.html
@@ -25,6 +25,14 @@
2525 <link py:if="not c.project and not neighborhood" rel="stylesheet" type="text/css" media="screen" href="${tg.url('/nf/site_style.css')}" />
2626 <link py:if="c.project" rel="stylesheet" type="text/css" media="screen" href="${c.project.neighborhood.url()+'site_style.css'}" />
2727 <link py:if="neighborhood" rel="stylesheet" type="text/css" media="screen" href="${neighborhood.url()+'site_style.css'}" />
28+<!--[if lt IE 9]>
29+ <link rel="stylesheet" href="/nf/css/forge/ie.css" type="text/css" charset="utf-8">
30+<![endif]-->
31+<!--[if IE]>
32+ <style type="text/css">
33+ .sfdl p.hide, .sfdls p.hide {display: none !important;}
34+ </style>
35+<![endif]-->
2836 </head>
2937
3038 <body py:match="body" py:attrs="select('@*')">