* LocalizedText.resx:
* LocalizedText.fr.resx: * RssFeedsFormatter.cs: * LocalizedText.Designer.cs: * Web.csproj: * Contact.aspx: * AOEMail.aspx: * AssemblyInfo.aspx: * ReferencedAssemblies.aspx: refactoring * RssFeeds.cs: Rss feeds in progress * HomeController.cs: - refactoring - fixes contact page * style.css: css for textarea and input * Index.aspx: Contact & Assembly info in index * YavscModel.csproj: Rss feeds
This commit is contained in:
parent
2f6146c0f7
commit
7694f4d8b3
13 changed files with 261 additions and 63 deletions
|
|
@ -7,7 +7,13 @@ body {
|
|||
font-family: 'Arial', cursive;
|
||||
margin-bottom:3em;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width:25em;
|
||||
height:5em;
|
||||
}
|
||||
input {
|
||||
width:25em;
|
||||
}
|
||||
main {
|
||||
background-color: rgba(17,0,23,0.65);
|
||||
float:left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue