Skip to content

Commit

Permalink
up css rev
Browse files Browse the repository at this point in the history
  • Loading branch information
eedeebee committed Jul 21, 2012
1 parent a5f7fdb commit eefd3ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/template.xhtml
Expand Up @@ -10,15 +10,16 @@
<link rel="SHORTCUT ICON" href="/images/v-1/favicon.ico"/>
<link rel="alternate" type="application/atom+xml" href="/blog/atom.xml" title="MarkLogic Developer Community Blog" />

<link href="/css/v-27/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/css/v-28/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="/css/fancybox.css" rel="stylesheet" type="text/css" media="screen,projection" />
<link href="/css/overcast/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lte IE 8]>
<link href="css/screen_ie.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<link type="text/css" href="/stackunderflow/v-1/stackoverflow.css" rel="stylesheet" /> <!-- return to min someday -->
<ml:if href-starts-with="/try/">
<link rel="stylesheet" href="http://try.marklogic.com/css/tryml.css" type="text/css" media="screen, projection" />
<!--<link rel="stylesheet" href="http://try.marklogic.com/css/tryml.css" type="text/css" media="screen, projection" /> -->
<link rel="stylesheet" href="/css/tryml.css" type="text/css" media="screen, projection" />
</ml:if>

<script type="text/javascript" src="/js/modernizr.js"></script>
Expand All @@ -34,6 +35,7 @@
<script type="text/javascript" src="/js/jquery.youtubepopup.min.js"></script>
<script type="text/javascript" src="/stackunderflow/stackunderflow-1.0.3.js"></script>
<script type="text/javascript" src="/js/jquery.youtubeplaylist.js"></script>
<script type="text/javascript" src="/js/repo.js"></script>
<script type="text/javascript" src="/js/cornify.js"></script>
<script type="text/javascript" src="/js/jquery.dirtyforms.js"></script>

Expand Down Expand Up @@ -280,7 +282,8 @@
</body>

<ml:if href-starts-with="/try/">
<script src="http://try.marklogic.com/js/tryml.js" type="text/javascript"></script>
<!-- <script src="http://try.marklogic.com/js/tryml.js" type="text/javascript"></script> -->
<script src="/js/tryml.js" type="text/javascript"></script>
<script type="text/javascript">
var s = '' + window.location.pathname;
// Only for pages in /try
Expand Down

0 comments on commit eefd3ab

Please sign in to comment.