mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 12:12:42 +00:00
change tack, keep border on bottom but add page counter
This commit is contained in:
@@ -4,10 +4,16 @@
|
|||||||
width : 100%;
|
width : 100%;
|
||||||
|
|
||||||
.codeEditor{
|
.codeEditor{
|
||||||
height : 100%;
|
height : 100%;
|
||||||
|
counter-reset : page;
|
||||||
.pageLine{
|
.pageLine{
|
||||||
background : linear-gradient(to bottom, #DDD 0%, #EEE 100%);
|
background : linear-gradient(to bottom, white 80%, lightgray);
|
||||||
border-top : #AAA solid 1px;
|
&:after{
|
||||||
|
content : counter(page);
|
||||||
|
counter-increment : page;
|
||||||
|
float : right;
|
||||||
|
color : gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.columnSplit{
|
.columnSplit{
|
||||||
font-style : italic;
|
font-style : italic;
|
||||||
|
|||||||
Reference in New Issue
Block a user