Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
8ed36ad8
Commit
8ed36ad8
authored
Oct 31, 2013
by
Renfred Harper
Browse files
Set static pixel size of grid-box class
parent
238dd41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
8ed36ad8
...
...
@@ -50,7 +50,9 @@ body {
margin-top
:
30px
;
line-height
:
50px
;
}
#grid
{
display
:
none
;
}
#grid
div
[
class
*=
'span'
]
{
margin-top
:
10px
;
margin-bottom
:
10px
;
...
...
@@ -58,7 +60,6 @@ body {
}
.grid-box
{
font-size
:
160%
;
margin-top
:
10px
;
margin-bottom
:
10px
;
cursor
:
pointer
;
...
...
@@ -66,9 +67,12 @@ body {
.grid-box
.restaurant
{
text-align
:
center
;
background-color
:
white
;
padding
:
10px
0
px
;
padding
:
10px
2
px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
height
:
50px
;
font-size
:
21px
;
overflow-y
:
scroll
;
}
.opened
{
color
:
#141414
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment