Yet a better style
Intergates a nice image from Kali, get padding smaller on small screens, print blog post titles! * Web.csproj: new images * App.master: a nicer javascript and better structure * style.css: less padding on small screens * p8-av4.xxs.png: from Kali, Da code * p8-av4.xxs.jpg: from Kali, Da code, da light one * Index.aspx: print titles, removes actionlink class to these last one * UserPosts.aspx: print titles, removes actionlink class to these last one * star-939235_1280.xxs.jpg: a lighter weight * helix-nebula-1400x1400.xxs.jpg: a lighter weight
This commit is contained in:
parent
ef64d14ec8
commit
0fba423d06
10 changed files with 92 additions and 46 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<% foreach (var p in g) { %>
|
||||
<div class="postpreview">
|
||||
<%= Html.ActionLink(p.Title, "UserPost",
|
||||
new { user = g.Key, title = p.Title }, new { @class = "usertitleref actionlink" } ) %>
|
||||
new { user = g.Key, title = p.Title }, new { @class = "usertitleref" } ) %>
|
||||
|
||||
<aside>
|
||||
(Posté le <%=p.Posted.ToString("D") %>)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue