projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix an old typo and remove a reduntant clause
[web.git]
/
personal
/
_sass
/
_base.scss
diff --git
a/personal/_sass/_base.scss
b/personal/_sass/_base.scss
index 74f495a03ec236f60133818d8cce51b56452f7ad..765e45962da6c481ac382552bfe46db6a2b5a382 100644
(file)
--- a/
personal/_sass/_base.scss
+++ b/
personal/_sass/_base.scss
@@
-33,20
+33,16
@@
h2 {
}
h3 {
margin-top: 0.5em;
}
h3 {
margin-top: 0.5em;
- font-size: 13
5
%;
+ font-size: 13
0
%;
margin-bottom: 0.1em;
}
h4 {
margin-top: 0.5em;
margin-bottom: 0.1em;
}
h4 {
margin-top: 0.5em;
- font-size: 1
2
0%;
+ font-size: 1
1
0%;
margin-bottom: 0.0em;
}
/* Content styling */
margin-bottom: 0.0em;
}
/* Content styling */
-.side {
- float: right;
-}
-
.side, .comment {
color: $light-text-color;
.side, .comment {
color: $light-text-color;
@@
-55,28
+51,6
@@
h4 {
}
}
}
}
-
-.pretitle, .subtitle {
- h1 {
- display: inline-block;
- font-size: 165%;
- }
- .side {
- margin-left: 0.5em;
- margin-top: 0.8em;
- }
-}
-.pretitle {
- margin-bottom: 1em;
-}
-.subtitle {
- margin-top: 2em;
-}
-.title {
- clear: both;
- margin-bottom: 1em;
-}
-
figure {
margin: 0;
}
figure {
margin: 0;
}
@@
-100,7
+74,16
@@
p {
margin: 0.5em 0;
line-height: 1.3;
}
margin: 0.5em 0;
line-height: 1.3;
}
+li > p {
+ margin: 0;
+}
.comment {
margin-top: 1.5em;
}
.comment {
margin-top: 1.5em;
}
+
+table td, table th {
+ border: 1px solid $light-text-color;
+ padding: 6px 13px;
+ font-weight: normal;
+}