mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 20:11:59 +02:00
changelog
This commit is contained in:
25
stylesheets/changelog.less
Normal file
25
stylesheets/changelog.less
Normal 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;
|
||||
}
|
||||
}
|
@@ -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
@@ -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";
|
||||
|
Reference in New Issue
Block a user