aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-07-01 01:36:42 +0800
committerpzread <netfirewall@gmail.com>2013-07-01 01:36:42 +0800
commit11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb (patch)
tree5ee49afd50b0a457bbcbd39ddc863b2b676d32b8 /src/css
parent2fcbd95c84b5ad35ac28888f8e910e8a442258fc (diff)
downloadtaiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar.gz
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar.bz2
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar.lz
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar.xz
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.tar.zst
taiwan-online-judge-11c1e8d39a35e2e21cd15673461e3ec5ce1e5ceb.zip
Add problem. Add system stat
Diffstat (limited to 'src/css')
-rw-r--r--src/css/stat.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/css/stat.less b/src/css/stat.less
new file mode 100644
index 0000000..6ba0b8c
--- /dev/null
+++ b/src/css/stat.less
@@ -0,0 +1,9 @@
+@import "mixin.less";
+@import "color.less";
+
+#index_page{
+ div.log{
+ font-size:@SmallFontSize;
+ overflow-x:auto;
+ }
+}