1
0
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:
Jonathan Coates 2022-04-26 16:20:04 +01:00
parent daf81b897a
commit aa62c1f206
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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 {