Skip to content

Commit 39ce036

Browse files
committed
More cleanup on the image and css directories
1 parent 5cf4244 commit 39ce036

26 files changed

+7
-7
lines changed

_layouts/default.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<script src="../assets/js/html5shiv.js"></script>
2424
<![endif]-->
2525
<!-- Fav and touch icons -->
26-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{site.baseurl}}/image/ico/apple-touch-icon-144-precomposed.png">
27-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{site.baseurl}}/image/ico/apple-touch-icon-114-precomposed.png">
28-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{site.baseurl}}/image/ico/apple-touch-icon-72-precomposed.png">
29-
<link rel="apple-touch-icon-precomposed" href="{{site.baseurl}}/image/ico/apple-touch-icon-57-precomposed.png">
30-
<link rel="shortcut icon" href="{{site.baseurl}}/image/favicon.ico">
26+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{site.baseurl}}/image/base/apple-touch-icon-144-precomposed.png">
27+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{site.baseurl}}/image/base/apple-touch-icon-114-precomposed.png">
28+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{site.baseurl}}/image/base/apple-touch-icon-72-precomposed.png">
29+
<link rel="apple-touch-icon-precomposed" href="{{site.baseurl}}/image/base/apple-touch-icon-57-precomposed.png">
30+
<link rel="shortcut icon" href="{{site.baseurl}}/image/base/favicon.ico">
3131
</head>
3232

3333
<body>
@@ -41,7 +41,7 @@
4141
<span class="icon-bar"></span>
4242
<span class="icon-bar"></span>
4343
</button>
44-
<a class="brand" href="/" style="color:black;"><img src="{{site.baseurl}}/image/cugos_logo.png"> CUGOS</a>
44+
<a class="brand" href="/" style="color:black;"><img src="{{site.baseurl}}/image/base/cugos_logo.png"> CUGOS</a>
4545
<div class="nav-collapse collapse">
4646
<ul class="nav">
4747
{% for weight in (1..10) %}{% for p in site.pages %}{% if p.weight == weight %} <li {% if p.url == page.url %}class="active"{% endif %}><a href="{{ p.url }}">{{ p.title }}</a></li>

css/bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -6118,7 +6118,7 @@ a.badge:focus {
61186118
line-height: 31.5px;
61196119
color: inherit;
61206120
background-color: #eeeeee;
6121-
background-image: url(../image/opensource_final.jpg);
6121+
background-image: url(../image/base/opensource_final.jpg);
61226122
background-repeat: no-repeat;
61236123
-webkit-border-radius: 6px;
61246124
-moz-border-radius: 6px;

css/common.css css/old/common.css

File renamed without changes.

css/ie7.css css/old/ie7.css

File renamed without changes.

css/print.css css/old/print.css

File renamed without changes.

css/reset.css css/old/reset.css

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

image/logo.png image/old/logo.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)