aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html b/contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html
deleted file mode 100644
index 7f01363..0000000
--- a/contexts/data/lib/closure-library/closure/goog/demos/menubutton_frame.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<!--
-Copyright 2010 The Closure Library Authors. All Rights Reserved.
-
-Use of this source code is governed by the Apache License, Version 2.0.
-See the COPYING file for details.
--->
-<head>
- <title>goog.ui.MenuButton Positioning Frame Demo</title>
- <script src="../base.js"></script>
- <link rel="stylesheet" href="css/demo.css">
- <link rel="stylesheet" href="../css/custombutton.css">
- <link rel="stylesheet" href="../css/menu.css">
- <link rel="stylesheet" href="../css/menuitem.css">
- <link rel="stylesheet" href="../css/menuseparator.css">
- <link rel="stylesheet" href="../css/menubutton.css">
- <style>
- body {
- padding: 10px;
- height: 500px;
- }
- </style>
-</head>
-<body>
-</body>
-</html>