1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 09:33:23 -05:00

Louis | Add some styling to bike labels

This commit is contained in:
Loos 2014-09-17 15:02:31 -04:00
parent 49351e0f32
commit c95a625c5e
2 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,10 @@
.print-select{
.print-label{
width: 400px;
padding: 10px;
margin: 10px;
display: inline-block;
border: 5px solid black;
}
}

View File

@ -1,3 +1,6 @@
- @bikes.each do |bike| .print-select
=bike.name - @bikes.each do |bike|
%br .print-label
%h2=bike.price
%h2=bike.name
%br