allura
修订版 | 88ff932b13849de57bddaad3866dbb21fa21baee (tree) |
---|---|
时间 | 2010-06-10 03:13:38 |
作者 | Wolf <wolf@geek...> |
Commiter | Wolf |
[#546] include ie.css for IE specific fixes
@@ -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;} |
@@ -25,6 +25,14 @@ | ||
25 | 25 | <link py:if="not c.project and not neighborhood" rel="stylesheet" type="text/css" media="screen" href="${tg.url('/nf/site_style.css')}" /> |
26 | 26 | <link py:if="c.project" rel="stylesheet" type="text/css" media="screen" href="${c.project.neighborhood.url()+'site_style.css'}" /> |
27 | 27 | <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]--> | |
28 | 36 | </head> |
29 | 37 | |
30 | 38 | <body py:match="body" py:attrs="select('@*')"> |