mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 12:10:30 +00:00
Remove redundant CSS in src/web/styles.css
Moved to illuaminate itself
This commit is contained in:
parent
daf81b897a
commit
aa62c1f206
@ -242,8 +242,8 @@ end
|
|||||||
-- @since 1.2
|
-- @since 1.2
|
||||||
-- @usage Locate the `hello` program.
|
-- @usage Locate the `hello` program.
|
||||||
--
|
--
|
||||||
-- shell.resolveProgram("hello")
|
-- shell.resolveProgram("hello")
|
||||||
-- -- => rom/programs/fun/hello.lua
|
-- -- => rom/programs/fun/hello.lua
|
||||||
function shell.resolveProgram(command)
|
function shell.resolveProgram(command)
|
||||||
expect(1, command, "string")
|
expect(1, command, "string")
|
||||||
-- Substitute aliases firsts
|
-- Substitute aliases firsts
|
||||||
|
@ -23,8 +23,6 @@ table.pretty-table th {
|
|||||||
|
|
||||||
pre.highlight.highlight-lua {
|
pre.highlight.highlight-lua {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--background-2);
|
|
||||||
padding: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-run {
|
.example-run {
|
||||||
|
Loading…
Reference in New Issue
Block a user