1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 15:08:47 +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
-- @usage Locate the `hello` program.
--
-- shell.resolveProgram("hello")
-- -- => rom/programs/fun/hello.lua
-- shell.resolveProgram("hello")
-- -- => rom/programs/fun/hello.lua
function shell.resolveProgram(command)
expect(1, command, "string")
-- Substitute aliases firsts

View File

@ -23,8 +23,6 @@ table.pretty-table th {
pre.highlight.highlight-lua {
position: relative;
background: var(--background-2);
padding: 2px;
}
.example-run {