Change: change main template to HTML5
- semantic HTML5-elements in the main template - matching selectors for screen.css and print.css (no change of rules)
This commit is contained in:
parent
ca31135c36
commit
b13bfd52bb
3 changed files with 53 additions and 48 deletions
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
/* -- hide -- */
|
||||
#subnav, .skip, .entryform, .hidecomments, #entryform, hr { display: none; }
|
||||
aside, #subnav, .skip, .entryform, .hidecomments, #entryform, hr { display: none; }
|
||||
|
||||
/* -- main settings -- */
|
||||
body { font-family: Georgia, "Times New Roman", Times, serif; }
|
||||
|
@ -12,8 +12,8 @@
|
|||
|
||||
/* -- links -- */
|
||||
a { text-decoration: none; }
|
||||
#main a:after { font-size: 70%; content:" <"attr(href)">"; }
|
||||
#main .meta a:after, #main h2 a:after { content:""; }
|
||||
main a:after { font-size: 70%; content:" <"attr(href)">"; }
|
||||
main .meta a:after, main h2 a:after { content:""; }
|
||||
|
||||
/* -- comments -- */
|
||||
ul#commentslist { list-style-type: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue