css - Question about VS 2010 web application template (html markup) -



css - Question about VS 2010 web application template (html markup) -

in image below, in markup, title of page "welcome sample web site" (not caps). however, in split screen, title shown in caps.

the code in css is:

h1, h2, h3, h4, h5, h6 { font-size: 1.5em; color: #666666; font-variant: small-caps; text-transform: none; font-weight: 200; margin-bottom: 0px; } h1 { font-size: 1.6em; padding-bottom: 0px; margin-bottom: 0px; } .header h1 { font-weight: 700; margin: 0px; padding: 0px 0px 0px 20px; color:white; border: none; line-height: 2em; font-size: 2em; }

i want display title coded in markup (not caps).

i seek changing font-variant: small-caps; font-variant: normal;

css visual-studio-2010

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -