470
edits
No edit summary |
No edit summary Tag: Manual revert |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
body { | body { | ||
font-family: Ekatra; | font-family: Ekatra; | ||
font-size: | font-size: 24px; | ||
text-align:justify; | |||
} | } | ||
#bodyContent { | #bodyContent { | ||
padding-left: | padding-left: 5%; | ||
padding-right: | padding-right: 5%; | ||
color:#2e2e2e; | color:#2e2e2e; | ||
} | } | ||
Line 117: | Line 118: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
margin-bottom: | margin-bottom: 30px; | ||
} | } | ||
.tablecenter{ | .tablecenter{ | ||
Line 140: | Line 141: | ||
table . | table.autorowtable { | ||
counter-reset: rowNumber; | counter-reset: rowNumber; | ||
} | } | ||
.autorow::before { | |||
counter-increment: rowNumber; | counter-increment: rowNumber; | ||
content: counter(rowNumber) "."; | content: counter(rowNumber) "." ; | ||
padding-right: 0.3em; | padding-right: 0.3em; | ||
text-align: right; | text-align: right; | ||
} | |||
/* To make images responsive */ | |||
.res-img img { | |||
max-width:70%; | |||
height:auto; | |||
} | } |