Skip to content

Commit 0e7edc8

Browse files
committed
Add faded camelia image to bg, move style.css to css/style.css
1 parent 8c84a82 commit 0e7edc8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

html/style.css renamed to html/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ img {
116116
overflow: hidden;
117117
max-width: 800px;
118118
background: #FFFFFF;
119+
background-image: url(/images/camelia-faded.png);
120+
background-repeat: no-repeat;
121+
background-position: right 1em top 1em;
119122
}
120123

121124
#footer {

html/images/camelia-faded.png

59.4 KB
Loading

template/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<link rel="icon" href="/favicon.ico" type="favicon.ico" />
2-
<link rel="stylesheet" type="text/css" href="/style.css" media="screen" title="default" />
2+
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" />
33
<link type="text/css" href="/css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
44
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
55
<script type="text/javascript" src="/js/jquery-ui-1.8.21.custom.min.js"></script>

0 commit comments

Comments
 (0)