Changeset 1472023
- Timestamp:
- 08/11/2016 06:14:43 AM (10 years ago)
- Location:
- patro/trunk
- Files:
-
- 2 edited
-
css/patro.css (modified) (2 diffs)
-
js/patro.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
patro/trunk/css/patro.css
r1471996 r1472023 23 23 #NepaliPatro .Next:hover, #NepaliPatro .Prev:hover { 24 24 25 background: #004DFF;26 25 color: #fff; 27 26 … … 101 100 cursor: pointer; 102 101 } 102 103 th.Next { 104 105 background: url("../images/next.png") no-repeat center; 106 } 107 108 th.Next:hover { 109 background: url("../images/next_hover.png") no-repeat center; 110 111 } 112 113 th.Prev { 114 115 background: url("../images/prev.png") no-repeat center; 116 } 117 118 th.Prev:hover { 119 background: url("../images/prev_hover.png") no-repeat center; 120 121 } -
patro/trunk/js/patro.js
r1471996 r1472023 61 61 var PatroLang = { 62 62 //Prev: "अघि", 63 Prev: " <<",63 Prev: " ", 64 64 CurrentMonth: "वैशाख", 65 Next: " >>",65 Next: " ", 66 66 //Next: "पछि", 67 67 FirstDay: "आईत",
Note: See TracChangeset
for help on using the changeset viewer.