mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-31 03:59:58 +02:00
catmull
This commit is contained in:
@@ -18,6 +18,7 @@ figure {
|
||||
|
||||
&:focus {
|
||||
border: 1px solid grey;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
11
stylesheets/note.less
Normal file
11
stylesheets/note.less
Normal file
@@ -0,0 +1,11 @@
|
||||
div.note {
|
||||
font-size: 90%;
|
||||
margin: 1em 2em;
|
||||
padding: 1em;
|
||||
border: 1px solid grey;
|
||||
background: rgba(150,150,50,0.05);
|
||||
|
||||
h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }
|
||||
p { margin: 1em 0; }
|
||||
div.MathJax_Display { margin: 1em 0; }
|
||||
}
|
@@ -22,14 +22,4 @@ section {
|
||||
}
|
||||
}
|
||||
|
||||
div.note {
|
||||
font-size: 90%;
|
||||
margin: 1em 2em;
|
||||
padding: 1em;
|
||||
border: 1px solid grey;
|
||||
background: rgba(150,150,50,0.05);
|
||||
|
||||
* { margin: 0; padding: 0; }
|
||||
p { margin: 1em 0; }
|
||||
div.MathJax_Display { margin: 1em 0; }
|
||||
}
|
||||
@import "note.less";
|
||||
|
Reference in New Issue
Block a user