1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

changelog

This commit is contained in:
Pomax
2018-06-24 19:45:08 -07:00
parent eab79c129f
commit e8a51b2828
12 changed files with 179 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
section.whats-new {
font-size: 90%;
background: rgba(150,150,50,.05);
border: 1px solid gray;
padding: 0.25em 1em;
box-sizing: border-box;
width: 70%;
margin: 1em auto -1em;
h2 {
margin: 0;
margin-top: 0.25em;
}
p.click-me {
font-size: 90%;
color: #0000c8;
font-style: italic;
cursor: pointer;
}
}

View File

@@ -132,6 +132,25 @@ navigation.compact ul li {
navigation.compact ul li:not(:last-child) {
margin-right: 1em;
}
section.whats-new {
font-size: 90%;
background: rgba(150, 150, 50, 0.05);
border: 1px solid gray;
padding: 0.25em 1em;
box-sizing: border-box;
width: 70%;
margin: 1em auto -1em;
}
section.whats-new h2 {
margin: 0;
margin-top: 0.25em;
}
section.whats-new p.click-me {
font-size: 90%;
color: #0000c8;
font-style: italic;
cursor: pointer;
}
section {
margin-top: 4em;
}

File diff suppressed because one or more lines are too long

View File

@@ -55,6 +55,7 @@ footer {
@import "ribbon.less";
@import "locale-switcher.less";
@import "navigation.less";
@import "changelog.less";
@import "section.less";
@import "howtocode.less";
@import "figure.less";