Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8b363701
Commit
8b363701
authored
Oct 08, 2016
by
Alex Beregszaszi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 0px -> 0 in css
parent
63706605
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
browser-solidity.css
assets/css/browser-solidity.css
+2
-2
styles.css
assets/css/styles.css
+3
-3
No files found.
assets/css/browser-solidity.css
View file @
8b363701
body
{
body
{
padding
:
0
px
;
padding
:
0
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#111111
;
color
:
#111111
;
font-weight
:
normal
;
font-weight
:
normal
;
...
@@ -142,7 +142,7 @@ body {
...
@@ -142,7 +142,7 @@ body {
width
:
37em
;
width
:
37em
;
max-width
:
80vw
;
max-width
:
80vw
;
right
:
0
;
right
:
0
;
bottom
:
0
px
;
bottom
:
0
;
overflow
:
auto
;
overflow
:
auto
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
...
assets/css/styles.css
View file @
8b363701
...
@@ -157,9 +157,9 @@ header ul a:hover {
...
@@ -157,9 +157,9 @@ header ul a:hover {
}
}
header
ul
a
:active
{
header
ul
a
:active
{
-webkit-box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
-webkit-box-shadow
:
inset
0
2px
2px
0
#ddd
;
-moz-box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
-moz-box-shadow
:
inset
0
2px
2px
0
#ddd
;
box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
box-shadow
:
inset
0
2px
2px
0
#ddd
;
}
}
strong
{
strong
{
...
...
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