Browse Source

updated theme

master
Sean Dockray 3 years ago
parent
commit
2dbf0283a2
4 changed files with 9 additions and 7 deletions
  1. +5
    -5
      _vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css
  2. +1
    -1
      _vendor/modules.txt
  3. +1
    -1
      go.mod
  4. +2
    -0
      go.sum

+ 5
- 5
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/print.css View File

@@ -1,13 +1,13 @@
@page {
size: 156mm 234mm;
size: 6.14in 9.21in;
margin-bottom: 0.8in;
padding-bottom: 0.2in;
margin-top: 0.7in;
}

@page:left {
margin-right: 0.7in;
margin-left: 1in;
margin-right: 0.6in;
margin-left: 1.1in;
@bottom-left-corner {
content: counter(page);
font-size: 1rem;
@@ -21,8 +21,8 @@
}

@page:right {
margin-left: 0.7in;
margin-right: 1in;
margin-left: 0.6in;
margin-right: 1.1in;
@bottom-right-corner {
content: counter(page);
font-size: 1rem;


+ 1
- 1
_vendor/modules.txt View File

@@ -1 +1 @@
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35

+ 1
- 1
go.mod View File

@@ -2,4 +2,4 @@ module git.sandpoints.org/sean/MachineListening

go 1.15

require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 // indirect
require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 // indirect

+ 2
- 0
go.sum View File

@@ -1,2 +1,4 @@
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12 h1:f8iFSNHOrJT5elEY5XsVm2u2UezgCkatWjQe1J7aJWM=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210216002744-19b7d5c22a12/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35 h1:8njXT/9HNxrAzMJbOZQR5oKoYWAKGOA6p85aOVljWEo=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=

Loading…
Cancel
Save