mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 09:52:41 +00:00
pageNumber to blank
This commit is contained in:
@@ -465,12 +465,10 @@ body { counter-reset : page-numbers; }
|
||||
//*****************************/
|
||||
|
||||
.page {
|
||||
|
||||
|
||||
.pageNumber {
|
||||
position : absolute;
|
||||
right : 2px;
|
||||
bottom : 22px;
|
||||
right : 30px;
|
||||
bottom : 30px;
|
||||
width : 50px;
|
||||
font-size : 0.9em;
|
||||
text-align : center;
|
||||
@@ -478,6 +476,6 @@ body { counter-reset : page-numbers; }
|
||||
}
|
||||
|
||||
&:nth-child(even) {
|
||||
.pageNumber { left : 2px; }
|
||||
.pageNumber { left : 30px; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user