Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should I remove Site.css from my project?
Message
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01590203
Message ID:
01590238
Views:
30
>>Hi,
>>The project I am working on started with the "default" ASP.NET Web Forms project in VS 2012. The CSS that is included in this project is Site.css. Almost every day I find some rule in this Site.css that messes up my layout. Good thing that the IE has F12 Developer Tools which helps me to find the problem(s). For example, today I found that Site.css has Input, Textarea width set to 300px. Why would whoever designed this project set the width off All "input" or "textarea" to a fixed number!? It does not make sense to me (of course I am newbie so what do I know). My questions is, do you think - just your opinion - that it is better for me to "bypass" the default Site.css and simply rely on Bootstrap.css and my own custom .css (where I set some specific rules for elements of my project)?
>>TIA for any suggestions.
>
>I'd disagree with Craig on this one. If you don't want it then get rid of it - it just adds confusion, clutter and inefficiences. Or, maybe better, replace it with a reset CSS which will prevent discrepancies between browsers for any un-styled elements - choose one from here : http://www.cssreset.com/

I believe you understood my question/issue correctly: I am confused using three .css files. I will check out the cssreset URL to see how it can help.
Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform