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
Christopher M Reffett
whats-open
Commits
4211a482
Commit
4211a482
authored
Sep 11, 2013
by
Renfred Harper
Browse files
Add new box style for grid
parent
66171165
Changes
1
Show whitespace changes
Inline
Side-by-side
website/static/css/style.css
View file @
4211a482
...
...
@@ -31,22 +31,24 @@ body {
line-height
:
1
;
}
.opened
{
color
:
ForestGreen
;
font-weight
:
bold
;
.grid-box
{
font-size
:
200%
;
margin
:
10px
0px
;
}
.grid-box
.restaurant
{
text-align
:
center
;
background-color
:
white
;
padding
:
10px
0px
;
}
.opened
{
color
:
#141414
;
}
.closing
{
.restaurant
.closing
{
color
:
#FFCC33
;
font-weight
:
bold
;
font-size
:
200%
;
text-align
:
center
;
}
.closed
{
color
:
black
;
font-size
:
200%
;
text-align
:
center
;
.restaurant.closed
{
color
:
rgba
(
80
,
80
,
80
,
0.9
);
background-color
:
rgba
(
255
,
255
,
255
,
0.8
);
}
.search-row
{
...
...
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