aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public/Css/pagelist.css
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-10-14 15:16:42 +1100
committerYuchen Pei <hi@ypei.me>2021-10-14 15:16:42 +1100
commit07f5140771388c9e0c8a99b0dd2e5d950bdb173b (patch)
tree323c00faef1edc7dea2e88ff581cc2258b2b6432 /h-source/Public/Css/pagelist.css
parente119be145500700f3c465e12664403a07530a421 (diff)
moving h-source subdir out.
Diffstat (limited to 'h-source/Public/Css/pagelist.css')
-rw-r--r--h-source/Public/Css/pagelist.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/h-source/Public/Css/pagelist.css b/h-source/Public/Css/pagelist.css
deleted file mode 100644
index 93c8454..0000000
--- a/h-source/Public/Css/pagelist.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/*page division*/
-.pageList {
- text-align:left;
- font:normal 14px/1 Verdana,arial;
- padding:10px;
-}
-
-div.pageList a {
- padding:5px 10px;
- border:1px outset #708090;
- color:#B0E0E6;
- background:#4169E1;
- margin-right:5px;
-}
-
-/*view footer*/
-.viewFooter {
- height:50px;
- border-top:1px solid #4169E1;
- padding-top:6px;
- margin-bottom:10px;
- background:#d1deed;
-}
-
-div.pageList a.currentPage
-{
- font-weight:bold;
- background:#0000CD;
-} \ No newline at end of file