Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Simon Hunt
2014-10-31 08:44:55 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc3fa083b130e850c6f6d82357b980219fb9ae3b
dc3fa083
1 parent
ac525757
Cleanup CSS
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
web/gui/src/main/webapp/onos.css
web/gui/src/main/webapp/onos.css
View file @
dc3fa08
...
...
@@ -93,7 +93,6 @@ svg .link {
stroke
:
#666
;
stroke-width
:
2.0px
;
opacity
:
.7
;
/*marker-end: url(#end);*/
transition
:
opacity
250ms
;
-webkit-transition
:
opacity
250ms
;
...
...
@@ -110,7 +109,6 @@ svg g.portLayer rect.port {
}
svg
g
.portLayer
text
{
Xstroke
:
#fff
;
font
:
8pt
sans-serif
;
pointer-events
:
none
;
}
...
...
@@ -126,7 +124,6 @@ svg .node.device rect {
svg
.node.device.fixed
rect
{
stroke-width
:
1.5
;
stroke
:
#ccc
;
Xstroke-dasharray
:
4
,
2
;
}
svg
.node.device.roadm
rect
{
...
...
Please
register
or
login
to post a comment