Skip to content

Commit

Permalink
Merge pull request #1 from mmontoy4/bugfix
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
mmontoy4 authored Oct 19, 2020
2 parents cc29a5d + 4a0c3a4 commit 78e093b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions diariMarta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<title>Diari de Marta</title>
<title>Diari de Marta Montoya</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
Expand Down Expand Up @@ -48,7 +48,7 @@ <h2>Post 3</h2>
</article>
</section>
<footer>
<p>&copy; 2020 - dissenyat per <a href="http://www.ciclesbalaguer.com" title="DiariMarta">Marta</a></p>
<p>&copy; 2020- dissenyat per <a href="http://www.ciclesbalaguer.com" title="DiariMarta">Marta</a></p>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions diariMarta/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ margin: 0 0 20px 0;
section {
float: right; width: 428px;
padding-left: 20px; margin: 0 0 20px 0px;
//border-left: 1px dotted #000;
border-left: 1px dotted #000;
}
section h2 {
font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
Expand All @@ -35,7 +35,7 @@ width:940px;
height: 100px;
padding: 10px;
color:#200f08 ;
//border-top: 1px dotted #000;
border-top: 1px dotted #000;
background:#fff;
}
h1 {
Expand Down

0 comments on commit 78e093b

Please sign in to comment.