more scrap stuff lol
This commit is contained in:
parent
f94269954c
commit
19179d2dfb
2 changed files with 16 additions and 2 deletions
|
|
@ -20,6 +20,20 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.mainaboutboxscrap {
|
||||||
|
background-image: url("https://file.garden/aJzQmzrHVB4BLKwu/sky.png");
|
||||||
|
width: 990px;
|
||||||
|
height: auto;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
border: 8px double white;
|
||||||
|
box-shadow: 10px 10px 4px #ffeab0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.shelf {
|
.shelf {
|
||||||
background:url("https://file.garden/aJzQmzrHVB4BLKwu/MYWOOD.png");
|
background:url("https://file.garden/aJzQmzrHVB4BLKwu/MYWOOD.png");
|
||||||
|
|
@ -236,7 +250,7 @@ cursor: pointer;
|
||||||
|
|
||||||
.scrapbox {
|
.scrapbox {
|
||||||
|
|
||||||
height: 643px;
|
height: auto;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
border: 5px double white;
|
border: 5px double white;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="mainaboutbox">
|
<div class="mainaboutboxscrap">
|
||||||
<div class="scrapbox">
|
<div class="scrapbox">
|
||||||
<%= link_to '[ b a c k . . ? ]', scraps_path %>
|
<%= link_to '[ b a c k . . ? ]', scraps_path %>
|
||||||
<h2>SCRAPBOOK ENTRY #<%= @scrap.id %></h2>
|
<h2>SCRAPBOOK ENTRY #<%= @scrap.id %></h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue