소스 검색

Updated link in the footer

Nicolas Petton 14 년 전
부모
커밋
2d41d0f37f
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      _layouts/default.html
  2. 1 1
      _site/css/style.css
  3. 1 1
      css/style.css

+ 1 - 1
_layouts/default.html

@@ -70,7 +70,7 @@ t: 0; border: 0;" src="https://assets.github.com/img/bec6c51521dcc8148146135149f
     
     <div id="footer">
       <div class="main">
-	<p>Copyright © 2011 <a href="https://github.com/NicolasPetton">Nicolas Petton</a>. The content of this website in licensed under <a href="http://creativecommons.org/licenses/by-nc/3.0/">CC-BY-NC 3.0</a>.</p>
+	<p>Copyright © 2011 <a href="http://www.nicolas-petton.fr">Nicolas Petton</a>. The content of this website in licensed under <a href="http://creativecommons.org/licenses/by-nc/3.0/">CC-BY-NC 3.0</a>.</p>
 	<p>Jtalk is an opensource project sponsored by <a href="http://www.objectfusion.fr">objectfusion</a>.</p>
 	<p>The design of this website was provided by <a href="mailto:neomie.thirion@gmail.com">Noémie Thirion</a>.</p>
       </div> 

+ 1 - 1
_site/css/style.css

@@ -191,7 +191,7 @@ html,body {
 
 .box .content pre {
 	border: 1px solid #ccc;
-	background-color: #eee;
+	background-color: #f5f5f5;
 	border-radius: 10px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;

+ 1 - 1
css/style.css

@@ -191,7 +191,7 @@ html,body {
 
 .box .content pre {
 	border: 1px solid #ccc;
-	background-color: #eee;
+	background-color: #f5f5f5;
 	border-radius: 10px;
 	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;