Skip to content

Commit 29ab59b

Browse files
committed
Merge pull request #24 from dinfcll/dv_footer
Footer
2 parents 2189762 + c2381f4 commit 29ab59b

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed

PhotoFun.suo

0 Bytes
Binary file not shown.

PhotoFun/Content/bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ summary {
2929
}
3030
/******************Ajout*****************/
3131
.footer {
32+
float: right;
3233
padding-top: 15px;
3334
color: #777;
3435
margin-top: 70px;
3536
border-top: 1px solid #e5e5e5;
36-
margin-left: 145px;
3737
}
3838
.main
3939
{

PhotoFun/Views/Shared/_Layout.cshtml

-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
@RenderBody()
6363
</div>
6464
</div>
65-
<div class="footer">
66-
<p>&copy; @DateTime.Now.Year - PhotoFun</p>
67-
</div>
6865
</div>
6966
@Scripts.Render("~/bundles/jquery")
7067
@Scripts.Render("~/Scripts/bootstrap.js")

PhotoFun/obj/Debug/PhotoFun.dll

0 Bytes
Binary file not shown.

PhotoFun/obj/Debug/PhotoFun.pdb

0 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)