This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
luaedit
mirror of
https://github.com/luaforge/luaedit
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Initial release on http://luaforge.net
Jean-Francois Goulet
19 years ago
parent
89f7c5dabd
commit
ea89f7e922
2 changed files
with
14 additions
and
0 deletions
Split View
Show Diff Stats
7
0
LuaEdit/Bin/Help/Medias/manual.css
7
0
LuaEdit/HelpCore/Medias/manual.css
+ 7
- 0
LuaEdit/Bin/Help/Medias/manual.css
View File
@@ -0,0 +1,7 @@
+h3 code {
+ font-family: inherit ;
+}
+
+pre {
+ font-size: 105% ;
+}
+ 7
- 0
LuaEdit/HelpCore/Medias/manual.css
View File
@@ -0,0 +1,7 @@
+h3 code {
+ font-family: inherit ;
+}
+
+pre {
+ font-size: 105% ;
+}