Se revisa el tamaño de las fuentes para igualarlo con mi blog personal
This commit is contained in:
parent
da872c0462
commit
bec180a653
2 changed files with 6 additions and 2 deletions
|
@ -112,13 +112,14 @@ p.breadcrumb {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.subject h3 {
|
div.subject h3 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
p.author {
|
p.author {
|
||||||
font-size: 13px;
|
font-size: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#activity dt.icon {
|
div#activity dt.icon {
|
||||||
|
@ -766,7 +767,9 @@ div.modal {
|
||||||
.ui-datepicker-week-col, .ui-datepicker .ui-priority-secondary {
|
.ui-datepicker-week-col, .ui-datepicker .ui-priority-secondary {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
.ui-dialog .ui-dialog-title {
|
||||||
|
line-height: 1.2em;
|
||||||
|
}
|
||||||
.ui-dialog .ui-dialog-titlebar-close {
|
.ui-dialog .ui-dialog-titlebar-close {
|
||||||
right: 1em;
|
right: 1em;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
|
|
|
@ -57,6 +57,7 @@ a:hover, a:focus {
|
||||||
|
|
||||||
body.wiki,
|
body.wiki,
|
||||||
div#content p {
|
div#content p {
|
||||||
|
font-size: 18px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue