Skip to content

Commit

Permalink
changed the name of the CSS file across the themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jack committed May 13, 2009
1 parent 49d5ab7 commit a5ff7e9
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion example1/colorbox-custom.css → example1/colorbox.css
Expand Up @@ -16,7 +16,7 @@
#cboxMiddleRight{width:21px; background:url(images/borderMiddleRight.png) 0 0 repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; color:#949494;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
Expand Down
4 changes: 2 additions & 2 deletions example1/index.html
Expand Up @@ -9,9 +9,9 @@
h2{font-size:13px;}
.hidden{display:none;}
</style>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<!--[if IE]>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom-ie.css" title="example" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-ie.css" title="example" />
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../colorbox/jquery.colorbox.js"></script>
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions example2/index.html
Expand Up @@ -9,8 +9,7 @@
h2{font-size:13px;}
.hidden{display:none;}
</style>

<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<!--
This example has no IE-Only Stylesheet because the theme uses no transparent png files.
-->
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example3/index.html
Expand Up @@ -9,9 +9,9 @@
h2{font-size:13px;}
.hidden{display:none;}
</style>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<!--[if IE]>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom-ie.css" title="example" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-ie.css" title="example" />
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../colorbox/jquery.colorbox.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions example4/index.html
Expand Up @@ -9,9 +9,9 @@
h2{font-size:13px;}
.hidden{display:none;}
</style>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<!--[if IE]>
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom-ie.css" title="example" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox-ie.css" title="example" />
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="../colorbox/jquery.colorbox.js"></script>
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions example5/index.html
Expand Up @@ -9,8 +9,7 @@
h2{font-size:13px;}
.hidden{display:none;}
</style>

<link type="text/css" media="screen" rel="stylesheet" href="colorbox-custom.css" />
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<!--
This example has no IE-Only Stylesheet because the theme uses no transparent png files.
-->
Expand Down

0 comments on commit a5ff7e9

Please sign in to comment.