mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Remove outside border from Blockly (issue 92).
This commit is contained in:
@@ -39,9 +39,7 @@
|
||||
position: fixed;
|
||||
}
|
||||
#previewFrame {
|
||||
border-style: solid;
|
||||
border-color: #ddd;
|
||||
border-width: 0 1px 1px 0;
|
||||
border: none;
|
||||
position: absolute;
|
||||
}
|
||||
pre {
|
||||
|
||||
@@ -68,6 +68,7 @@ h1 {
|
||||
/* Tabs */
|
||||
#tabRow>td {
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: none;
|
||||
}
|
||||
td.tabon {
|
||||
border-bottom-color: #ddd !important;
|
||||
@@ -117,6 +118,7 @@ td {
|
||||
direction: ltr;
|
||||
}
|
||||
pre.content {
|
||||
border: 1px solid #ccc;
|
||||
overflow: scroll;
|
||||
}
|
||||
#content_blocks {
|
||||
@@ -128,7 +130,7 @@ pre.content {
|
||||
#content_xml {
|
||||
resize: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
border: 1px solid #ccc;
|
||||
font-family: monospace;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@@ -20,9 +20,7 @@
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-style: solid;
|
||||
border-color: #ddd;
|
||||
border-width: 0 1px 1px 0;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user