This is a migrated thread and some comments may be shown as answers.

[Solved] Stylesheet not taking effect

0 Answers 14 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jean
Top achievements
Rank 1
Jean asked on 16 Apr 2012, 07:44 PM
I have included the following lines of code in   _layout.cshtml
but do not see that the a Text area style is taking effect

@(Html.Telerik().StyleSheetRegistrar()

.DefaultGroup(group => group

 

.Add(

 

"~/Content/telerik.windows7.min.css")

 

.Add(

 

"~/Content/telerik.common.min.css")

 

.Add(

 

"~/Content/Site.css")

 

.Combined(

 

true)

 

.Compress(

 

true)

 

))

@RenderSection(

 

"HeadContent", required: false)

Text area style  is define in Site.css

 

textarea.t1

 

 

 

{

 

 

font-family:Calibri;

 

 

 

font-size:14pt;

 

 

 

font-weight:bold;

 

}

 

 


Any idea?

Tags
General Discussions
Asked by
Jean
Top achievements
Rank 1
Share this question
or