This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
icfp2015
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
odd rows and json input on left
visualizer2
edoardoo
9 years ago
parent
5ae919c9d7
commit
4642366e08
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
public/style/style.less
+ 5
- 1
public/style/style.less
View File
@ -28,7 +28,7 @@ audio{
}
.bottomRight{
position: fixed;
righ
t: 0;
lef
t: 0;
bottom: 0;
z-index: 9999;
background: #666;
@ -111,11 +111,15 @@ audio{
table, tr{
width: 100%;
td{
width: 100%/3;
text-align: center;
}
}
tr:nth-child(even){
background-color: #dedede;
}
}
&.open:extend(.transition){
right: 0;
Write
Preview
Loading…
Cancel
Save