* style.css: yastyle

* Web.csproj: Cleanning

* FileInfoCollection.cs: cleanning
vnext
Paul Schneider 9 years ago
parent b45f681ae9
commit 8578da3a2e
4 changed files with 13 additions and 37 deletions

@ -57,12 +57,6 @@ footer {
}
#logo {
float: left;
max-height: 25%;
max-width: 25%;
}
.panel,.bshpanel,aside {
background-color: rgba(32,16,16,0.8);
border-radius:5px;
@ -92,12 +86,12 @@ content: "(";
.hint::after {
content: ")";
}
header {
background-color:rgba(16,16,0,0.8);
top:0;
left:0;
margin:0em;
padding:0em;
display: block;
float:left;
margin: .5em;
}
h1 img { vertical-align: text-top; }
@ -257,13 +251,10 @@ a.actionlink img { top:4px; }
.c3-alt { display:none; }
#appmenu {position: fixed;
top:0;
right:0;}
}
@media all and (max-width: 640px) {
#appmenu {position:relative;}
#appmenu {display:inline;}
.menuitem {
display: inline;
}

@ -1,3 +1,11 @@
2015-09-11 Paul Schneider <paul@pschneider.fr>
* style.css: yastyle
* Web.csproj: Cleanning
* FileInfoCollection.cs: cleanning
2015-09-11 Paul Schneider <paul@pschneider.fr>
* BlogsController.cs: * refactoring

@ -1,22 +0,0 @@
using System;
using System.Collections.Generic;
using System.IO;
namespace Yavsc
{
/// <summary>
/// File info collection.
/// </summary>
public class FileInfoCollection : List<FileInfo>
{
/// <summary>
/// Initializes a new instance of the <see cref="Yavsc.FileInfoCollection"/> class.
/// </summary>
/// <param name="collection">Collection.</param>
public FileInfoCollection (System.IO.FileInfo[] collection)
{
this.AddRange (collection);
}
}
}

@ -156,7 +156,6 @@
<Compile Include="Controllers\FileSystemController.cs" />
<Compile Include="CatExts\WebCatalogExtensions.cs" />
<Compile Include="Helpers\YavscHelpers.cs" />
<Compile Include="FileInfoCollection.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Helpers\T.cs" />
<Compile Include="templates\Estim.cs">

Loading…